sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
11 lines • 394 B
JavaScript
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { array, lazy, object, optional } from '../schema';
import { timeframe1Schema } from './timeframe1';
export const timeframesSchema = object({
timeframe: ['Timeframe', optional(array(lazy(() => timeframe1Schema)))],
});
//# sourceMappingURL=timeframes.js.map