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