Skip to main content
Version: v7.0.0

ExtractEndpointType


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

Preview

type ExtractEndpointType<T> = T extends Request<any, any, any, any, infer E, any, any, any, any> ? E : never;
On this page