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

BranchInfo

import type { BranchInfo } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Returns information about a branch.

interface BranchInfo {
branchName?: string | null;
commitId?: string | null;
}

§Properties

§
branchName?: string | null
[src]

The name of the branch.

§
commitId?: string | null
[src]

The ID of the last commit made to the branch.