export interface RegisterUserCommand {
tenantId: string;
email: string;
firstName: string;
lastName: string;
password: string;
}