Skip to main content
Version: v7.0.0

QueryParamType


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

Preview

type QueryParamType = QueryParamValuesType | QueryParamValuesType[] | Record<string, QueryParamValuesType>;
On this page