RequestInterceptorType
Import
import { RequestInterceptorType } from "@hyper-fetch/core"
Source
Package
Preview
type RequestInterceptorType = (request: RequestInstance) => Promise<RequestInstance> | RequestInstance;
import { RequestInterceptorType } from "@hyper-fetch/core"
type RequestInterceptorType = (request: RequestInstance) => Promise<RequestInstance> | RequestInstance;