mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
style: prettified code
This commit is contained in:
parent
312ff64bfe
commit
0058cd5771
4
src/cache/axios.ts
vendored
4
src/cache/axios.ts
vendored
@ -60,9 +60,7 @@ export interface AxiosCacheInstance extends CacheInstance {
|
||||
* @template R The type returned by this response
|
||||
* @template D The type that the request body use
|
||||
*/
|
||||
<R = any, D = any>(config: CacheRequestConfig<D>): Promise<
|
||||
CacheAxiosResponse<R, D>
|
||||
>;
|
||||
<R = any, D = any>(config: CacheRequestConfig<D>): Promise<CacheAxiosResponse<R, D>>;
|
||||
/**
|
||||
* @template R The type returned by this response
|
||||
* @template D The type that the request body use
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user