import { EntityTab } from './entity-tab.dto'; export class EntityListData { entity_list: any; entity_tabs: EntityTab[]; }