export class CompanyEntity { id: string; tenantId: string; name: string; segment?: string; website?: string; createdAt: Date; updatedAt: Date; }