Skip to main content
Version: v7.0.0

ExtractResponseType


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

Preview

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