export interface IBaseModel { id?: string; active?: boolean; createdAt?: string; updatedAt?: string; }