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

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

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

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

definition: { nodes: RawGitBranchModel[]; }