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

RepositoryBranchInput

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

Detail input data for a linked repository branch.

interface RepositoryBranchInput {
branch: string;
name: string;
}

§Properties

§
branch: string
[src]

The repository branch.

§
name: string
[src]

The repository name.

§

The repository provider.