export type GitBranchesResponse = { branches: string[]; nextCursor?: string | null; hasMore?: boolean; };