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