export interface DiscotecaI {
    discotecaID: number,
    nombre: string,
    telefono: number,
    localizacion: string
}