Interface AxiosInterceptorManager<V>

Type Parameters

  • V

Hierarchy

  • AxiosInterceptorManager

Methods

Methods

  • Parameters

    • id: number

    Returns void

  • Type Parameters

    • T = V

    Parameters

    • Optional onFulfilled: ((value: V) => T | Promise<T>)
        • (value: V): T | Promise<T>
        • Parameters

          • value: V

          Returns T | Promise<T>

    • Optional onRejected: ((error: any) => any)
        • (error: any): any
        • Parameters

          • error: any

          Returns any

    • Optional options: AxiosInterceptorOptions

    Returns number

Generated using TypeDoc