UNPKG

oklink-api

Version:

This is a non-official JS SDK API for calling OKLink's API product.

6 lines (5 loc) 132 B
export declare class ApiError extends Error { code: string; msg: string; constructor(code: string, msg: string); }