UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

14 lines 462 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { array, lazy, object, optional } from '../schema'; import { timeframeTimeframeSchema, } from './timeframeTimeframe'; export const timeframes1Schema = object({ timeframeTimeframe: [ 'TimeframeTimeframe', optional(array(lazy(() => timeframeTimeframeSchema))), ], }); //# sourceMappingURL=timeframes1.js.map