Skip to main content
Version: v8.0.0

ClientGenericType


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

Preview

type ClientGenericType = {
error?: ClientErrorType;
}

Structure

ClientGenericType
NameTypeDescription
error
ClientErrorType