ClientErrorType
Import
import { ClientErrorType } from "@hyper-fetch/core"
Source
Package
Preview
type ClientErrorType = Record<string, any> | string;
import { ClientErrorType } from "@hyper-fetch/core"
type ClientErrorType = Record<string, any> | string;