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