Skip to main content

ResetPasswordBody

the-cdj-ui


the-cdj-ui / hooks/api/accessApi / ResetPasswordBody

Interface: ResetPasswordBody

Defined in: src/hooks/api/accessApi.ts:162

Represents the body of a reset password request.

Type Param

The new password for the user's account.

Type Param

The token used to authorize the password reset.

Extends

  • Record<string, unknown>

Indexable

[key: string]: unknown

Properties

newPassword

newPassword: string

Defined in: src/hooks/api/accessApi.ts:163


token

token: string

Defined in: src/hooks/api/accessApi.ts:164