export interface UserDTO { uid: string; username: string; is_admin: boolean; }