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