export interface PodiumDriver { id: string; name: string; rating: number; wins: number; podiums: number; avatarUrl: string; position: 1 | 2 | 3; }