Skip to main content
Version: v7.0.0

ExtractErrorType


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

Preview

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