UNPKG

oklink-api

Version:

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

10 lines (9 loc) 223 B
export type HttpClient = (args: { url: string; method: string; headers?: Record<string, string>; params?: any; data?: any; timeout?: number; [propName: string]: any; }) => Promise<any>;