export interface ConversationHistoryBatchCallModel {
    batchCallId: string;
    batchCallRecipientId: string;
}
