export interface IComment { user: { name: string; img: string; }; comment: string; timestamp: string; }