Skip to content

Commit

Permalink
Added misssing fields to the LoginOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Apr 26, 2024
1 parent 9879143 commit fb82c1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vanilla/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,14 @@ export interface LoginOptions {
email?: string
first_name?: string
last_name?: string
external_id?: string
expected_entity_id?: string
expected_entity_type?: 'self' | BusinessType
expected_business_name?: string
partner_supporting?: string
ref_code?: string
redirect_uri_signature?: string
required_entity_id?: string
}

export interface Parallel {
Expand Down

0 comments on commit fb82c1f

Please sign in to comment.