export interface IComment { id: number; name: string; message: string; time: string; avatar: string; }