UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

10 lines (9 loc) 382 B
import { SoapOptions } from "../soap.js"; import { OTMVPlanUpdateReply, OTMVPlanUpdateRequest } from "./types.js"; //#region src/Flow/updateOTMVPlan.d.ts type Values = OTMVPlanUpdateRequest; type Result = OTMVPlanUpdateReply; type Resolver = (values?: Values, options?: SoapOptions) => Promise<Result>; //#endregion export { Resolver }; //# sourceMappingURL=updateOTMVPlan.d.ts.map