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