UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

14 lines (13 loc) 358 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; export interface Warnings1 { /** The Warning code */ code?: string; /** The warning description */ description?: string; } export declare const warnings1Schema: Schema<Warnings1>;