UNPKG

cecon-interfaces

Version:
6 lines (5 loc) 142 B
export interface ICompanyContact { title: string; value: string | number | boolean | Date | null | undefined; updatedAt?: Date; }