Type Alias: UserCreateResult
type UserCreateResult = object;
Defined in: gen/types.gen.ts:7149
Properties
email?
optional email: string;
Defined in: gen/types.gen.ts:7158
The email of the user.
name?
optional name: string;
Defined in: gen/types.gen.ts:7154
The name of the user.
username?
optional username: Username;
Defined in: gen/types.gen.ts:7150