export type BranchDataResult = { branches: { id: string; name: string; }[]; defaultBranch: { id: string; name: string; } | null; };