export interface CompanyIndustry {
    id: string;
    companyId: string;
    industryId: string;
    createdAt: Date;
    updatedAt: Date;
}
