ff-admin-server/src/command/userCommand.ts

6 lines
93 B
TypeScript
Raw Normal View History

export interface CreateUserCommand {
mail: string;
username: string;
secret: string;
}