Skip to main content
Version: v8.0.0

ExtractMutationContextType


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

Preview

type ExtractMutationContextType<T> = T extends Request<any, any, any, any, any, any, any, any, any, infer Ctx> ? Ctx : undefined;