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