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

# MfaSmsEnrollmentOptions

```ts Example theme={null}
export interface MfaSmsEnrollmentOptions {
  phone?: string;
  captcha?: string;
  [key: string]: string | number | boolean | undefined;
}
```

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

<ParamField body="captcha?" type="string" />

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