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