UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

12 lines 463 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { array, lazy, object, optional, string } from '../schema'; import { timeframeSchema } from './timeframe'; export const deliveryOptionSchema = object({ deliveryDate: ['DeliveryDate', optional(string())], timeframe: ['Timeframe', optional(array(lazy(() => timeframeSchema)))], }); //# sourceMappingURL=deliveryOption.js.map