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

    Interface AxiosInterceptorOptions

    interface AxiosInterceptorOptions {
        runWhen?: (config: InternalAxiosRequestConfig) => boolean;
        synchronous?: boolean;
    }
    Index

    Properties

    runWhen?: (config: InternalAxiosRequestConfig) => boolean
    synchronous?: boolean