Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Various HTTP clients for miscellaneous use.
Latest
interface GitBranchModel
import { type GitBranchModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/GraphQlModels/mod.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.