import { ICtrlModel } from './i-ctrl-model'; /** * 数据看板部件模型接口 * * @export * @interface IDashboardModel * @extends {ICtrlModel} */ export type IDashboardModel = ICtrlModel;