UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 203 B
export declare class IEntity { active?: boolean; companyId?: string; containerId?: string; createdAt: Date | number; id: string; updatedAt: Date | number; version?: string; }