UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 154 B
export interface IBase { active: boolean; companyId: string; containerId: string; createdAt: Date; id: string; updatedAt: Date; }