> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# QueryParams

# Type Alias: QueryParams

> **QueryParams** = `Schema.Schema.Type`\<*typeof* `QueryParams`>

Defined in: [packages/http/src/fetcher.ts:61](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/http/src/fetcher.ts#L61)

Represents a type-safe map of query parameters.
Each value can be a string, number, boolean, null, undefined, or an array of those types.
