import type * as ElevenLabs from "../index"; export interface ConversationHistoryEvaluationCriteriaResultCommonModel { criteriaId: string; result: ElevenLabs.EvaluationSuccessResult; rationale: string; scoringMode?: ElevenLabs.CriteriaScoringMode; score?: number; maxScore?: number; }