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

ListPackageVersionsResult

import type { ListPackageVersionsResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeartifact.ts";
interface ListPackageVersionsResult {
defaultDisplayVersion?: string | null;
format?: PackageFormat | null;
namespace?: string | null;
nextToken?: string | null;
package?: string | null;
versions?: PackageVersionSummary[] | null;
}

§Properties

§
defaultDisplayVersion?: string | null
[src]
§
format?: PackageFormat | null
[src]
§
namespace?: string | null
[src]
§
nextToken?: string | null
[src]
§
package?: string | null
[src]
§
versions?: PackageVersionSummary[] | null
[src]