@lasuillard/raindrop-client
    Preparing search index...

    Type Alias AxiosRequestInterceptorUse<T>

    AxiosRequestInterceptorUse: (
        onFulfilled?: ((value: T) => T | Promise<T>) | null,
        onRejected?: ((error: any) => any) | null,
        options?: AxiosInterceptorOptions,
    ) => number

    Type Parameters

    • T

    Type declaration

      • (
            onFulfilled?: ((value: T) => T | Promise<T>) | null,
            onRejected?: ((error: any) => any) | null,
            options?: AxiosInterceptorOptions,
        ): number
      • Parameters

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

        Returns number