export type EntityInfo = { uuid: string; createdAt: Date; updatedAt: Date; }; export type EntityCtor = Partial;