UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

12 lines (11 loc) 310 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { Warning3 } from './warning3'; export interface Warnings { warning?: Warning3; } export declare const warningsSchema: Schema<Warnings>;