sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
15 lines • 547 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.labelSchema = void 0;
var schema_1 = require("../schema");
exports.labelSchema = (0, schema_1.object)({
content: ['Content', (0, schema_1.optional)((0, schema_1.string)())],
labeltype: ['Labeltype', (0, schema_1.optional)((0, schema_1.string)())],
outputType: ['OutputType', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=label.js.map