LoginBody
the-cdj-ui / hooks/api/accessApi / LoginBody
Interface: LoginBody
Defined in: src/hooks/api/accessApi.ts:81
Represents the body of a login request.
Type Param
The email address of the user.
Type Param
The password of the user.
Type Param
Whether the user's session should be remembered.
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
email
email:
string
Defined in: src/hooks/api/accessApi.ts:82
password
password:
string
Defined in: src/hooks/api/accessApi.ts:83
remember
remember:
boolean
Defined in: src/hooks/api/accessApi.ts:84