UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

17 lines 581 B
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.getLocationsResultSchema = void 0; var schema_1 = require("../schema"); var location1_1 = require("./location1"); exports.getLocationsResultSchema = (0, schema_1.object)({ responseLocation: [ 'ResponseLocation', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return location1_1.location1Schema; }))), ] }); //# sourceMappingURL=getLocationsResult.js.map