export interface RegisterDto { username: string; display_name: string; email: string; password: string; password_repeat: string; }