sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
12 lines (11 loc) • 362 B
TypeScript
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema';
import { TimeframeTimeframe } from './timeframeTimeframe';
export interface Timeframes1 {
timeframeTimeframe?: TimeframeTimeframe[];
}
export declare const timeframes1Schema: Schema<Timeframes1>;