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

Carga útil para continuar con el flujo de inscripción en MFA por voz.

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

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

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