export type IWithDBDocument = T & { createdAt: string; updatedAt: string; _id: string; };