import type * as ElevenLabs from "../index"; export interface ConversationHistoryBatchCallModel { batchCallId: string; batchCallRecipientId: string; campaign?: ElevenLabs.BatchCallingCampaignInformation; }