UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

12 lines 387 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { object, string } from '../schema'; export const message1Schema = object({ messageID: ['MessageID', string()], messageTimeStamp: ['MessageTimeStamp', string()], printertype: ['Printertype', string()], }); //# sourceMappingURL=message1.js.map