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

PackageSummary

import type { PackageSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeartifact.ts";
interface PackageSummary {
format?: PackageFormat | null;
namespace?: string | null;
package?: string | null;
}

§Properties

§
format?: PackageFormat | null
[src]
§
namespace?: string | null
[src]
§
package?: string | null
[src]