import { IPSDEUILogicNode } from './ipsdeuilogic-node'; /** * * 继承父接口类型值[RAWJSCODE] * @export * @interface IPSDEUIRawCodeLogic */ export interface IPSDEUIRawCodeLogic extends IPSDEUILogicNode { /** * 直接代码 * @type {string} */ code: string; } //# sourceMappingURL=ipsdeuiraw-code-logic.d.ts.map