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

Properties

runWhen?: ((config) => boolean)

Type declaration

synchronous?: boolean