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