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