We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c7a282 + 2e53874 commit 8729f5fCopy full SHA for 8729f5f
types.d.ts
@@ -1,7 +1,7 @@
1
import { AxiosRequestConfig, AxiosResponse, AxiosInstance } from 'axios';
2
3
interface IParams {
4
- axios: AxiosInstance;
+ axios?: AxiosInstance;
5
url: string;
6
method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'OPTIONS' | 'PATCH';
7
options?: AxiosRequestConfig;
0 commit comments