@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
10 lines (9 loc) • 422 B
TypeScript
import { SoapOptions } from "../soap.js";
import { CapacityPlanRetrievalReply, CapacityPlanRetrievalRequest } from "./types.js";
//#region src/Flow/retrieveCapacityPlan.d.ts
type Values = CapacityPlanRetrievalRequest;
type Result = CapacityPlanRetrievalReply;
type Resolver = (values?: Values, options?: SoapOptions) => Promise<Result>;
//#endregion
export { Resolver };
//# sourceMappingURL=retrieveCapacityPlan.d.ts.map