export interface User { id: number; discotecaId: number; userType: number; username: string; }