sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
19 lines • 626 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 { mergedLabelSchema } from './mergedLabel';
import { responseShipment1Schema } from './responseShipment1';
export const labellingResponseSchema = object({
mergedLabels: [
'MergedLabels',
optional(array(lazy(() => mergedLabelSchema))),
],
responseShipments: [
'ResponseShipments',
optional(array(lazy(() => responseShipment1Schema))),
],
});
//# sourceMappingURL=labellingResponse.js.map