UNPKG

hud-ai

Version:
8 lines (7 loc) 142 B
export interface CompanyIndustry { id: string; companyId: string; industryId: string; createdAt: Date; updatedAt: Date; }