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

# MfaVoiceEnrollmentContinueOptions

Payload for continuing the MFA Voice Enrollment flow.

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

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

## Properties

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