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

SuccessfulPackageVersionInfo

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

Contains the revision and status of a package version.

interface SuccessfulPackageVersionInfo {
revision?: string | null;
status?: PackageVersionStatus | null;
}

§Properties

§
revision?: string | null
[src]

The revision of a package version.

§

The status of a package version. Valid statuses are:

  • Published
    
  • Unfinished
    
  • Unlisted
    
  • Archived
    
  • Disposed