export interface ResultDTO { id: string; raceId: string; driverId: string; position: number; points: number; time?: string; incidents?: number; }