export interface RouteComment { comment_id: number; route_id: string; comment: string; timestamp: Date; }