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

# ResetPasswordOptions

```ts Example theme={null}
export interface ResetPasswordOptions {
  'password-reset': string;
  're-enter-password': string;
  [key: string]: string | number | boolean | undefined;
}
```

## Indexable

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

## Properties

<ParamField body="password-reset" type="string" />

<ParamField body="re-enter-password" type="string" />
