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

RepositorySummary

import type { RepositorySummary } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Summary data of a linked repository—a repository that has been registered with Proton.

interface RepositorySummary {
arn: string;
name: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the linked repository.

§
name: string
[src]

The repository name.

§

The repository provider.