export interface BytepicBasicTableDataModel { id: string; body: any; selected?: boolean; isNew?: boolean; }