> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenMembersOnMfaCountryCodes

Interface for screen data specific to mfa-country-codes screen

```ts Example theme={null}
export interface ScreenMembersOnMfaCountryCodes extends ScreenMembers {
  data: {
    /** List of available phone prefixes */
    phone_prefixes: PhonePrefix[];
  } | null;
}
```

## Properties

<ParamField body="captcha" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/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="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/PhonePrefix">PhonePrefix</a></span>}>
  #### Type Declaration

  \{ `phone_prefixes`: [`PhonePrefix`](/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/PhonePrefix)\[]; }

  #### phone\_prefixes

  List of available phone prefixes

  `null`
</ParamField>

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

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

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

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