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;
}import type { Branch } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
Branch represents a branch involved in a pull request.