Skip to main content

RegisterBody

the-cdj-ui


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

Interface: RegisterBody

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

Represents the body of a user registration request.

Type Param

First name of the user.

Type Param

Last name of the user.

Type Param

Email address of the user.

Type Param

The password for the new account.

Extends

  • Record<string, unknown>

Indexable

[key: string]: unknown

Properties

email

email: string

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


fname

fname: string

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


lname

lname: string

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


password

password: string

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