Skip to main content
Version: v7.0.0

QueryParamValuesType


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

Preview

type QueryParamValuesType = number | string | boolean | null | undefined | Record<any, any>;
On this page