export interface IFeedbackRequestBody { messageId?: string; thumbup?: boolean; feedback?: string; }