> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/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;
}
```

## Properties

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

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