Interface XiorInterceptorOptions

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

Properties

runWhen?: ((config: XiorInterceptorRequestConfig<any>) => boolean)

useless here

synchronous?: boolean

useless here