export interface CompanyKeyTerm {
    id: string;
    companyId: string;
    term: string;
    createdAt: Date;
    updatedAt: Date;
}
