Interface AxiosInterceptorManager<V>
Methods
eject
Parameters
Returns void
use
- use<T>(onFulfilled?: ((value: V) => T | Promise<T>), onRejected?: ((error: any) => any), options?: AxiosInterceptorOptions): number
Type Parameters
Parameters
Optional onFulfilled: ((value: V) => T | Promise<T>)
- (value: V): T | Promise<T>
Parameters
Returns T | Promise<T>
Optional onRejected: ((error: any) => any)
Returns number