/** * This file was auto-generated by Fern from our API Definition. */ import * as Klavis from "../index.js"; /** * GitHub Branch object */ export interface GitHubBranch { /** Branch name */ name: string; /** Root folder structure for this branch */ folders?: Klavis.GitHubFolder; }