Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/core/Models/GraphQlModels/GitBranchModel.ts>GitBranchModel

Various HTTP clients for miscellaneous use.
Go to Latest
interface GitBranchModel
import { type GitBranchModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/core/Models/GraphQlModels/GitBranchModel.ts";

Represents a git branch.

Properties

id: string

Gets or sets the global node ID of the branch.

name: string

Gets or sets the name of the branch.

oid: string

Gets or sets the oid of the branch.