UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 120 B
export interface Error { StatusCode?: number; ErrorCode?: string; Message?: string; Data?: any; }