Type Alias: UserUpdateResult
type UserUpdateResult = object;
Defined in: gen/types.gen.ts:7176
Properties
email?
optional email: string;
Defined in: gen/types.gen.ts:7185
The email of the user.
name?
optional name: string;
Defined in: gen/types.gen.ts:7181
The name of the user.
username?
optional username: Username;
Defined in: gen/types.gen.ts:7177