export type BaseEntity = { _id: string; createdAt: string; updatedAt: string; };