export interface Empresa { idEmpresa: number; nombre: string; detalle?: string; }