Skip to main content
Version: v8.0.0

RequestInterceptorType


Import
import { RequestInterceptorType } from "@hyper-fetch/core"

Preview

type RequestInterceptorType = (request: RequestInstance) => Promise<RequestInstance> | RequestInstance;