Skip to content

Commit 8729f5f

Browse files
authored
Merge pull request #23 from mmooeezz/master
Update types.d.ts
2 parents 2c7a282 + 2e53874 commit 8729f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AxiosRequestConfig, AxiosResponse, AxiosInstance } from 'axios';
22

33
interface IParams {
4-
axios: AxiosInstance;
4+
axios?: AxiosInstance;
55
url: string;
66
method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'OPTIONS' | 'PATCH';
77
options?: AxiosRequestConfig;

0 commit comments

Comments
 (0)