export interface PodcastConversationModeData { /** The ID of the host voice. */ hostVoiceId: string; /** The ID of the guest voice. */ guestVoiceId: string; }