Skip to main content
Version: v7.0.0

RequestInterceptorType


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

Preview

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