UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

12 lines 403 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { object, optional, string } from '../schema'; export const label1Schema = object({ content: ['Content', optional(string())], labeltype: ['Labeltype', optional(string())], outputType: ['OutputType', optional(string())], }); //# sourceMappingURL=label1.js.map