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

CookieNames

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

Contains a list of cookie names.

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

§Properties

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

A list of cookie names.

§
Quantity: number
[src]

The number of cookie names in the Items list.