index.ts 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { EChartsOption } from 'echarts'; import { InstrumentComponentType } from './dashBoardComponent.config'; export interface DashboardComponentLayout { chartOption: EChartsOption; componentType: InstrumentComponentType; }