export type WithMongooseProps = TData & { _id: string id?: string createdAt: string updatedAt?: string deleted: boolean }