Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines the internal Axios's interceptor structure

Type parameters

  • V

Hierarchy

  • AxiosInterceptorManager

Index

Methods

Methods

use

  • use<T>(onFulfilled?: undefined | ((value: V) => T | Promise<T>), onRejected?: undefined | ((error: any) => any)): void
  • Type parameters

    • T

    Parameters

    • Optional onFulfilled: undefined | ((value: V) => T | Promise<T>)
    • Optional onRejected: undefined | ((error: any) => any)

    Returns void

Legend

  • Variable
  • Function

Generated using TypeDoc