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

UpstreamRepositoryInfo

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

Information about an upstream repository.

interface UpstreamRepositoryInfo {
repositoryName?: string | null;
}

§Properties

§
repositoryName?: string | null
[src]

The name of an upstream repository.