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

# SelectMfaEmailOptions

Options de sélection d’une adresse courriel

```ts Example theme={null}
export interface SelectMfaEmailOptions {
  /**
   * @param {number} index - L'index du numéro de téléphone à sélectionner.
   *
   */
  index: number;
  /** Toutes les options personnalisées supplémentaires */
  [key: string]: string | number | boolean | undefined;
}
```

<div id="properties">
  ## Propriétés
</div>

<ParamField body="index" type="number">
  L’indice du numéro de téléphone à sélectionner.
</ParamField>
