import type * as ElevenLabs from "../index"; export interface WidgetEndFeedbackConfig { /** The type of feedback to collect at the end of the conversation */ type?: ElevenLabs.WidgetEndFeedbackType; }