index.ts 231 Bytes
import { EChartsOption } from 'echarts';
import { InstrumentComponentType } from './dashBoardComponent.config';

export interface DashboardComponentLayout {
  chartOption: EChartsOption;
  componentType: InstrumentComponentType;
}