export interface IReview { conversationId: string; comment: string; }