Sha256: 1240286a12d486940d4a5049357618736ffa089734f9df7f8bc9f622d52e98ea
Contents?: true
Size: 387 Bytes
Versions: 4
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true # typed: strict module WorkOS module Types # The ProfileStruct acts as a typed interface # for the Profile class class ProfileStruct < T::Struct const :id, String const :email, String const :first_name, String const :last_name, String const :connection_type, String const :idp_id, String end end end
Version data entries
4 entries across 4 versions & 1 rubygems