export interface IAbstractEntity { id: string; createdAt: Date; updatedAt: Date; }