import { IPSDELogicNode } from './ipsdelogic-node'; /** * * 继承父接口类型值[PREPAREPARAM] * @export * @interface IPSDEPrepareParamLogic */ export type IPSDEPrepareParamLogic = IPSDELogicNode; //# sourceMappingURL=ipsdeprepare-param-logic.d.ts.map