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

Opciones para continuar con la inscripción del teléfono en MFA.

Extiende `CustomOptions` para permitir pasar opciones personalizadas junto con phone y type.

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

<div id="properties">
  ## Propiedades
</div>

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

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