import type * as ElevenLabs from "../index"; export interface AgentDeploymentRequestItem { /** ID of the branch to deploy */ branchId: string; deploymentStrategy: ElevenLabs.AgentDeploymentPercentageStrategy; }