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

QueryStringKeyValuePair

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

Information about a key/value pair.

interface QueryStringKeyValuePair {
Key?: string | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

The key. You can omit the key.

§
Value?: string | null
[src]

The value.