FetcherInterceptor: {
    error?: FetcherErrorResponseInterceptor;
    request?: FetcherRequestInterceptor;
    response?: FetcherResponseInterceptor;
}

Type declaration

Generated using TypeDoc