UNPKG

287 BTypeScriptView Raw
1import { AxiosResponse } from 'axios';
2import { Command } from '@oclif/command';
3export declare const apiClient: (cmd: Command) => import("axios").AxiosInstance;
4export declare const processResponse: (cmd: Command, res: AxiosResponse<any>, successFn?: (() => void) | undefined) => void;