export interface AgentDeploymentResponse { /** Map of branch IDs to traffic percentages */ trafficPercentageBranchIdMap?: Record; }