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

# ScreenMembersOnMfaCountryCodes

mfa-country-codes 画面固有のデータ用インターフェース

```ts Example theme={null}
export interface ScreenMembersOnMfaCountryCodes extends ScreenMembers {
  data: {
    /** 利用可能な電話番号のプレフィックスの一覧 */
    phone_prefixes: PhonePrefix[];
  } | null;
}
```

<h2 id="properties">
  プロパティ
</h2>

<ParamField body="captcha" type={<span><a href="/docs/ja-jp/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="/docs/ja-jp/libraries/acul/js-sdk/Screens/interfaces/PhonePrefix">PhonePrefix</a></span>}>
  <h4 id="type-declaration">
    型宣言
  </h4>

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

  <h4 id="phone_prefixes">
    phone\_prefixes
  </h4>

  利用可能な電話番号のプレフィックスのリスト

  `null`
</ParamField>

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

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

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

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