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

PackageVersionDescription

import type { PackageVersionDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeartifact.ts";
interface PackageVersionDescription {
displayName?: string | null;
format?: PackageFormat | null;
homePage?: string | null;
licenses?: LicenseInfo[] | null;
namespace?: string | null;
packageName?: string | null;
publishedTime?: Date | number | null;
revision?: string | null;
sourceCodeRepository?: string | null;
status?: PackageVersionStatus | null;
summary?: string | null;
version?: string | null;
}

§Properties

§
displayName?: string | null
[src]
§
format?: PackageFormat | null
[src]
§
homePage?: string | null
[src]
§
licenses?: LicenseInfo[] | null
[src]
§
namespace?: string | null
[src]
§
packageName?: string | null
[src]
§
publishedTime?: Date | number | null
[src]
§
revision?: string | null
[src]
§
sourceCodeRepository?: string | null
[src]
§
summary?: string | null
[src]
§
version?: string | null
[src]