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

# MfaSmsListOptions

MfaSmsListOptions
Options permettant d’effectuer des actions sur l’écran `mfa-sms-list`.

```ts Example theme={null}
export interface MfaSmsListOptions {
  /**
   * @param {number} index - L'indice du numéro de téléphone à sélectionner.
   */
  index: number;
  /** Toute option personnalisée supplémentaire */
  [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>
