Skip to main content
Version: v7.0.0

ExtractQueryParamsType


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

Preview

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