interceptResponse
import { interceptResponse } from "@hyper-fetch/core"
Description
Defined in client/client.utils.ts:38
Preview
interceptResponse<GlobalErrorType, Adapter>(interceptors, response, request)
Parameters
Name | Details |
---|---|
interceptors
|
|
response
|
|
request
|
|
Returns
Promise<ResponseReturnType<any, GlobalErrorType, Adapter>>