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