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