UNPKG

riotg.api

Version:

<a href="https://www.npmjs.com/package/riotg.api"> <img src="https://img.shields.io/static/v1?label=npm&message=riotg.api&color=red&style=for-the-badge&logo=NPM" /> </a>

4 lines (3 loc) 169 B
import { AxiosError } from "axios"; import { IApiErrorResponse } from "./interface"; export declare function ApiError(error: AxiosError): IApiErrorResponse | undefined;