Interface AxiosInterceptorManager<V>

Type Parameters

  • V

Hierarchy

  • AxiosInterceptorManager

Methods

Methods

  • Parameters

    • id: number

    Returns void

  • Type Parameters

    • T = V

    Parameters

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

          • value: V

          Returns T | Promise<T>

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

          • error: any

          Returns any

    • Optional options: AxiosInterceptorOptions
      Optional

    Returns number

Generated using TypeDoc