/** * This file was auto-generated by Fern from our API Definition. */ export interface FeedbackItem { thumbs_up: boolean; feedback: string; emotions: boolean; inaccurate_clone: boolean; glitches: boolean; audio_quality: boolean; other: boolean; review_status?: string; }