export interface Empresa { id?: number; name: string; }