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

QueryStringNames

import type { QueryStringNames } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

Contains a list of query string names.

interface QueryStringNames {
Items?: string[] | null;
Quantity: number;
}

§Properties

§
Items?: string[] | null
[src]

A list of query string names.

§
Quantity: number
[src]

The number of query string names in the Items list.