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

# MfaPhoneEnrollmentContinueOptions

Options for continuing with the MFA phone enrollment.

Extends `CustomOptions` to allow passing custom options alongside phone and type.

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

## Indexable

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

## Properties

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

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