Skip to main content

Type Alias: QueryParams

QueryParams = Schema.Schema.Type<typeof QueryParams>
Defined in: packages/http/src/fetcher.ts:61 Represents a type-safe map of query parameters. Each value can be a string, number, boolean, null, undefined, or an array of those types.