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

GetPackageVersionReadmeResult

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

§Properties

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