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

RepositoryBranch

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

Detail data for a linked repository branch.

interface RepositoryBranch {
arn: string;
branch: string;
name: string;
}

§Properties

§
arn: string
[src]

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

§
branch: string
[src]

The repository branch.

§
name: string
[src]

The repository name.

§

The repository provider.