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

Branch

import type { Branch } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

Branch represents a branch involved in a pull request.

interface Branch {
ref?: string;
readonly sha?: string;
}

§Properties

§
ref?: string
[src]

Required. Name of the branch.

§
readonly sha?: string
[src]

Output only. The commit at the tip of the branch.