Skip to main content
Version: v7.0.0

ExtractGlobalErrorType


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

Preview

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