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

Metadata

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

Describes key/value pairs.

interface Metadata {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The key name.

§
Value?: string | null
[src]

The value.