UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

10 lines (9 loc) 252 B
import { Config } from "../config.js"; //#region src/Common/ServiceInterface.d.ts interface BaseServiceInterface { __soapClient: object; config: Config; } //#endregion export { BaseServiceInterface }; //# sourceMappingURL=ServiceInterface.d.ts.map