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