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

    Interface AxiosInterceptorOptions

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

    Properties

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