Interface AxiosInterceptorOptions

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

Properties

runWhen?: (config: AxiosRequestConfig) => boolean
synchronous?: boolean
MMNEPVFCICPMFPCPTTAAATR