UNPKG

@whitebox-co/walmart-marketplace-api

Version:

A fully typed TypeScript, Javascript, and Node.js API library for the Walmart Marketplace API

8 lines (7 loc) 218 B
export interface InventoryHeader { version: string; } export declare class Convert { static toInventoryHeader(json: string): InventoryHeader; static inventoryHeaderToJson(value: InventoryHeader): string; }