fix: missing type
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { AxiosInstance, AxiosResponse } from 'axios';
|
||||
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
||||
|
||||
import type { RequestClientConfig, RequestClientOptions } from './types';
|
||||
|
||||
|
Reference in New Issue
Block a user