Skip to main content
Version: v7.0.0

ExtractClientType


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

Preview

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