Takaro - v0.4.9
    Preparing search index...

    Interface AxiosInterceptorManager<V>

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

    Type Parameters

    • V
    Index

    Methods

    Methods

    • Returns void

    • Parameters

      • id: number

      Returns void

    • Parameters

      • OptionalonFulfilled: ((value: V) => V | Promise<V>) | null
      • OptionalonRejected: ((error: any) => any) | null
      • Optionaloptions: AxiosInterceptorOptions

      Returns number