> ## 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.

# MfaPhoneEnrollmentContinueOptions

MFA の電話番号登録を続行するためのオプションです。

`CustomOptions` を拡張し、電話番号と type に加えて、カスタムオプションも渡せるようにします。

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  phone: string;
  type: 'sms' | 'voice';
}
```

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

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

<ParamField body="type" type="&#x22;sms&#x22; | &#x22;voice&#x22;" />
