> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenMembersOnMfaCountryCodes

Interface des données d’écran propres à l’écran mfa-country-codes

```ts Example theme={null}
export interface ScreenMembersOnMfaCountryCodes extends ScreenMembers {
  data: {
    /** Liste des préfixes téléphoniques disponibles */
    phone_prefixes: PhonePrefix[];
  } | null;
}
```

<div id="properties">
  ## Propriétés
</div>

<ParamField body="captcha" type={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/interfaces/CaptchaContext">CaptchaContext</a></span>} />

<ParamField body="captchaImage" type="string" />

<ParamField body="captchaProvider" type="string" />

<ParamField body="captchaSiteKey" type="string" />

<ParamField body="data" type={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/interfaces/PhonePrefix">PhonePrefix</a></span>}>
  #### Déclaration de type

  \{ `phone_prefixes`: [`PhonePrefix`](/fr-CA/docs/libraries/acul/js-sdk/Screens/interfaces/PhonePrefix)\[]; }

  #### phone\_prefixes

  Liste des préfixes téléphoniques disponibles

  `null`
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record" />

<ParamField body="name" type="string" />

<ParamField body="texts" type="Record" />
