Skip to main content
Interface for screen data specific to mfa-country-codes screen
Example
export interface ScreenMembersOnMfaCountryCodes extends ScreenMembers {
  data: {
    /** List of available phone prefixes */
    phone_prefixes: PhonePrefix[];
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data

Type Declaration

{ phone_prefixes: PhonePrefix[]; }

phone_prefixes

List of available phone prefixesnull
isCaptchaAvailable
boolean
name
string
texts
Record