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

# MfaVoiceEnrollmentContinueOptions

MFA音声登録フローを続行するためのペイロード。

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  phone: string;
}
```

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

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