import { IPSModelObject } from '../ipsmodel-object'; /** * * 子接口类型识别属性[] * @export * @interface IPSUIEngineParam */ export interface IPSUIEngineParam extends IPSModelObject { /** * @type {string} */ paramType: string; /** * @type {IModel} */ value: IModel; } //# sourceMappingURL=ipsuiengine-param.d.ts.map