Documentation / zerotal / http / QueryInput
Type Alias: QueryInput
QueryInput =
Record<string,string|number|boolean|string[]>
Defined in: packages/core/src/http/Uri.ts:29
Accepted shape for query parameters passed to the Uri query mutators
(Uri.withQuery, Uri.replaceQuery, …) and the url() service.
Values are coerced to strings; arrays become repeated (multi-value) parameters.