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/GitBranchModel.ts>GitBranchModel

Various types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
type alias GitBranchModel
import { type GitBranchModel } from "https://deno.land/x/kd_clients@v0.0.5/core/Models/GraphQLModels/GitBranchModel.ts";

Represents a git branch.

definition: { id: string; name: string; oid: string; }