ForgotPasswordBody
the-cdj-ui / hooks/api/accessApi / ForgotPasswordBody
Interface: ForgotPasswordBody
Defined in: src/hooks/api/accessApi.ts:153
Represents the body of a forgot password request.
Type Param
The email address of the user requesting password recovery.
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
email
email:
string
Defined in: src/hooks/api/accessApi.ts:154