export interface Comment { username: string; datetime: Date; text: string; extra?: string; image?: string; }