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

x/kd_clients/core/Models/GraphQLModels/RawModels/RawGitBranchModel.ts>RawGitBranchModel

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

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

definition: { id: string; name: string; target: RawGetBranchTargetModel; }