import { IPSDELogicNode } from './ipsdelogic-node'; /** * * 继承父接口类型值[COMMIT] * @export * @interface IPSDECommitLogic */ export type IPSDECommitLogic = IPSDELogicNode;