Type Alias: UserResult
type UserResult = object;
Defined in: gen/types.gen.ts:7188
Properties
email?
optional email: string;
Defined in: gen/types.gen.ts:7197
The email of the user.
name?
optional name: string;
Defined in: gen/types.gen.ts:7193
The name of the user.
username?
optional username: Username;
Defined in: gen/types.gen.ts:7189