UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 208 B
export declare class BaseEntity { active: boolean; companyId: string; containerId: string; createdAt: Date; id: string; updatedAt: Date; constructor(data?: Partial<BaseEntity>); }