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