mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +03:00
Vendored
+1
-1
@@ -92,7 +92,7 @@ export interface CancelTokenSource {
|
||||
}
|
||||
|
||||
export interface AxiosInterceptorManager<V> {
|
||||
use(onFulfilled: (value: V) => V | Promise<V>, onRejected?: (error: any) => any): number;
|
||||
use(onFulfilled?: (value: V) => V | Promise<V>, onRejected?: (error: any) => any): number;
|
||||
eject(id: number): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user