ExtractMutationContextType
Import
import { ExtractMutationContextType } from "@hyper-fetch/core"
Source
Package
Preview
type ExtractMutationContextType<T> = T extends Request<any, any, any, any, any, any, any, any, any, infer Ctx> ? Ctx : undefined;
