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

Tags

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

A complex type that contains zero or more Tag elements.

interface Tags {
Items?: Tag[] | null;
}

§Properties

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

A complex type that contains Tag elements.