Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface RawGitBranchModel
import { type RawGitBranchModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/GraphQlModels/RawModels/RawGitBranchModel.ts";

Represents a raw git branch model that is unchanged from the GraphQL query.

Properties

id: string

Gets or sets the id of the branch.

name: string

Gets or sets the name of the branch.

Gets or sets the target of the branch.