export interface Entity { id: number | string; createdDate?: string; createdBy?: string; version?: string; }