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

PackageVersionOutputConfig

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

A package version output configuration.

interface PackageVersionOutputConfig {
MarkLatest?: boolean | null;
PackageName: string;
PackageVersion: string;
}

§Properties

§
MarkLatest?: boolean | null
[src]

Indicates that the version is recommended for all users.

§
PackageName: string
[src]

The output's package name.

§
PackageVersion: string
[src]

The output's package version.