import { IPSDELogicNode } from '../../dataentity/logic/ipsdelogic-node'; /** * * 子接口类型识别属性[] * @export * @interface IPSAppDELogicNode */ export type IPSAppDELogicNode = IPSDELogicNode; //# sourceMappingURL=ipsapp-delogic-node.d.ts.map