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

TagKeys

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

A complex type that contains zero or more Tag elements.

interface TagKeys {
Items?: string[] | null;
}

§Properties

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

A complex type that contains Tag key elements.