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