export type SingleMessageFeedback = { ratedUp: boolean; comments: string; isNotTrue?: boolean; isNotHelpful?: boolean; hasInconsistentLanguage?: boolean; };