export type Entity = { uuid: string; createdAt: Date; updatedAt: Date; };