interceptResponse
import { interceptResponse } from "@hyper-fetch/core"
Description
Defined in builder/builder.utils.ts:36
Preview
interceptResponse<GlobalErrorType>(interceptors, response, command)
Parameters
Name | Details |
---|---|
interceptors
|
|
response
|
|
command
|
|
Returns
Promise<ClientResponseType<any, GlobalErrorType>>