import { IPSWFGatewayProcessBase } from './ipswfgateway-process-base'; /** * * 继承父接口类型值[EXCLUSIVEGATEWAY] * @export * @interface IPSWFExclusiveGatewayProcess */ export type IPSWFExclusiveGatewayProcess = IPSWFGatewayProcessBase;