UNPKG

channelape-sdk

Version:
3 lines (2 loc) 135 B
import { AxiosResponse } from 'axios'; export declare type RequestCallback = (error: any, response: AxiosResponse, body: any) => void;