export interface BaseModel { _id?: any; createdAt?: string | Date; updatedAt?: string | Date; __v?: number; }