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

LicenseInfo

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

Details of the license data.

interface LicenseInfo {
name?: string | null;
url?: string | null;
}

§Properties

§
name?: string | null
[src]

Name of the license.

§
url?: string | null
[src]

The URL for license data.