sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
15 lines • 577 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.timeframe1Schema = void 0;
var schema_1 = require("../schema");
var timeframes1_1 = require("./timeframes1");
exports.timeframe1Schema = (0, schema_1.object)({
date: ['Date', (0, schema_1.optional)((0, schema_1.string)())],
timeframes: ['Timeframes', (0, schema_1.optional)((0, schema_1.lazy)(function () { return timeframes1_1.timeframes1Schema; }))]
});
//# sourceMappingURL=timeframe1.js.map