export interface UserDTO { id?: string; username: string; firstName: string; lastName: string; }