UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

14 lines (13 loc) 513 B
import { BaseServiceInterface } from "../Common/ServiceInterface.js"; import { Resolver } from "./queryNMB2BWSDLs.js"; import { Resolver as Resolver$1 } from "./retrieveUserinformation.js"; import { Client } from "soap"; //#region src/GeneralInformation/index.d.ts interface GeneralInformationService extends BaseServiceInterface { __soapClient: object; queryNMB2BWSDLs: Resolver; retrieveUserInformation: Resolver$1; } //#endregion export { GeneralInformationService }; //# sourceMappingURL=index.d.ts.map