export interface RouteRating { rating_id: number; route_id: string; stars: number; timestamp: Date; }