ClientQueryParamsType
import { ClientQueryParamsType } from "@hyper-fetch/core"
Description
Defined in client/fetch.client.types.ts:29
Preview
type ClientQueryParamsType = Record<string, ClientQueryParam>;
Structure
Record<string, ClientQueryParam>