Skip to main content
Version: v7.0.0

ExtractAdapterEndpointType


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

Preview

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