export interface Comment { id: string; created_at: string; updated_at: string; content: string; }