Interface AxiosInterceptorManager<V>
interface AxiosInterceptorManager<V> { eject(id: number): void; use<T = V>( onFulfilled?: (value: V) => T | Promise<T>, onRejected?: (error: any) => any, options?: AxiosInterceptorOptions, ): number;} Methods
eject
Returns void
use
Returns number