> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ResendCodeOptions

メールで届く確認コードを再送信するためのオプション。

```ts Example theme={null}
export interface ResendCodeOptions {
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}
```

<h2 id="indexable">
  インデックス可能
</h2>

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

その他のカスタムオプション
