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

Properties

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