import type * as ElevenLabs from "../index"; export interface TopicMetricsAggregate { conversationCount?: number; sentiment?: ElevenLabs.TopicSentimentAggregate; evaluationCriteria?: ElevenLabs.TopicEvaluationCriteriaAggregate[]; }