import type * as ElevenLabs from "../index"; export interface FrustratedConversationRef { conversationId: string; agentId: string; startTimeUnixSecs: number; overallLabel: ElevenLabs.FrustratedConversationRefOverallLabel; overallSentimentScore: number; overallFrustrationScore: number; }