Skip to main content
Version: v7.0.0

ClientGenericType


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

Preview

type ClientGenericType = {
error?: ClientErrorType;
}

Structure

ClientGenericType
NameTypeDescription
error
ClientErrorType
On this page