sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
12 lines • 401 B
JavaScript
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { object, optional, string } from '../schema';
export const labelSchema = object({
content: ['Content', optional(string())],
labeltype: ['Labeltype', optional(string())],
outputType: ['OutputType', optional(string())],
});
//# sourceMappingURL=label.js.map