sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
11 lines • 395 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 { shipment2Schema } from './shipment2';
export const currentStatusSchema = object({
shipment: ['Shipment', optional(array(lazy(() => shipment2Schema)))],
});
//# sourceMappingURL=currentStatus.js.map