Interface AxiosInterceptorOptions

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

Properties

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