UNPKG

@scaleleap/selling-partner-api-sdk

Version:

📦 A fully typed TypeScript and Node.js SDK library for Amazon Selling Partner API

4 lines (3 loc) • 157 B
import { AxiosError } from 'axios'; import { ExtendableError } from 'ts-error'; export declare function apiErrorFactory(error: AxiosError): ExtendableError;