export interface DependentBranchInfo { agentId: string; agentName: string; branchId: string; branchName: string; isMain: boolean; }