export type StandingDTO = { leagueId: string; driverId: string; points: number; wins: number; position: number; racesCompleted: number; };