export interface UpcomingRaceCardViewData { id: string; track: string; car: string; scheduledAt: string; }