StringifyCallbackType
import { StringifyCallbackType } from "@hyper-fetch/core"
Description
Defined in builder/builder.types.ts:53
Preview
type StringifyCallbackType = (queryParams: ClientQueryParamsType | string | NegativeTypes) => string;
Structure
(queryParams: ClientQueryParamsType | string | NegativeTypes) => string