export interface Feedback { content: string; reply: string; replierName: string; repliedTime: string; }