Type Alias: UserUpdateRequest
type UserUpdateRequest = object;
Defined in: gen/types.gen.ts:7161
Properties
email?
optional email: string;
Defined in: gen/types.gen.ts:7173
The email of the user.
name?
optional name: string;
Defined in: gen/types.gen.ts:7169
The name of the user.
password?
optional password: string;
Defined in: gen/types.gen.ts:7165
The password of the user. If blank, the password is unchanged.