UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

18 lines 637 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { lazy, object, optional, string } from '../schema'; import { options2Schema } from './options2'; import { sustainability4Schema } from './sustainability4'; export const timeframeTimeframeSchema = object({ from: ['From', optional(string())], options: ['Options', optional(lazy(() => options2Schema))], to: ['To', optional(string())], sustainability: [ 'Sustainability', optional(lazy(() => sustainability4Schema)), ], }); //# sourceMappingURL=timeframeTimeframe.js.map