UNPKG

channelape-sdk

Version:
7 lines (6 loc) 150 B
import { AxiosResponse } from 'axios'; export default interface RequestCallbackParams { error: any; response: AxiosResponse; body: any; }