UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

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