Type Alias: UserRequest
type UserRequest = object;
Defined in: gen/types.gen.ts:7130
Properties
email?
optional email: string;
Defined in: gen/types.gen.ts:7146
The email of the user.
name?
optional name: string;
Defined in: gen/types.gen.ts:7142
The name of the user.
password
password: string;
Defined in: gen/types.gen.ts:7134
The password of the user.
username
username: string;
Defined in: gen/types.gen.ts:7138
The username of the user.