Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryString

import type { QueryString } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";

Inspect the query string of the web request. This is the part of a URL that appears after a ? character, if any.

This is used only in the "FieldToMatch" specification for some web request component types.

JSON specification: "QueryString": {}

interface QueryString {}