Type Alias UserAccountProfile
UserAccountProfile: { billing_address?: BillingAddress; date_of_birth?: string | null; email?: string | null; email_verified?: boolean; family_name?: string | null; given_name?: string | null; locale?: string | null; national_identification?: NationalIdentification; phone?: string | null; sub: string;} Type declaration
Optional
date_of_birth?: string | null
Optional
email?: string | null
Optional
email_verified?: boolean
Optional
family_name?: string | null
Optional
given_name?: string | null
Optional
locale?: string | null
Optional
phone?: string | null
sub: string