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

メールアドレスを選択するオプション

```ts Example theme={null}
export interface SelectMfaEmailOptions {
  /**
   * @param {number} index - 選択する電話番号のインデックス。
   *
   */
  index: number;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="index" type="number">
  選択する電話番号のインデックスです。
</ParamField>
