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

RepositoryHeadSourceCodeType

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

A SourceCodeType that specifies the tip of a branch in an associated repository.

interface RepositoryHeadSourceCodeType {
BranchName: string;
}

§Properties

§
BranchName: string
[src]

The name of the branch in an associated repository. The RepositoryHeadSourceCodeType specifies the tip of this branch.