Files
SerpentRace/SerpentRace_Backend/dist/Application/User/commands/CreateUserCommand.d.ts
T

12 lines
264 B
TypeScript

export interface CreateUserCommand {
username: string;
password: string;
email: string;
fname: string;
lname: string;
code?: string;
orgid?: string;
type: string;
phone?: string;
}
//# sourceMappingURL=CreateUserCommand.d.ts.map