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

    Type Alias AxiosResponseInterceptorUse<T>

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

    Type Parameters

    • T

    Type declaration

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

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

        Returns number