Interface AxiosInterceptorManager<V>

Type Parameters

  • V

Hierarchy

  • AxiosInterceptorManager

Methods

Methods

  • Returns void

  • Parameters

    • id: number

    Returns void

  • Parameters

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

          • value: V

          Returns V | Promise<V>

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

          • error: any

          Returns any

    • Optional options: AxiosInterceptorOptions

    Returns number

Generated using TypeDoc v0.23.20