export interface ClipFeedbackOptions { positive: FeedbackOptions; negative: FeedbackOptions; } export interface FeedbackOptions { [id: string]: string; }