import type * as ElevenLabs from "../index"; export interface ConversationHistoryExotelPhoneCallModel { direction: ElevenLabs.TelephonyDirection; phoneNumberId: string; agentNumber: string; externalNumber: string; streamSid: string; callSid: string; }