import { IParam } from '../../common'; import { IDECtrlModel } from './i-de-ctrl-model'; /** * 门户部件模型接口 * * @export * @interface IPortletModel * @extends {IDECtrlModel} */ export type IPortletModel = IDECtrlModel;