export interface GetLeagueOwnerSummaryResultDTO { summary: { driver: { id: string; name: string }; rating: number; rank: number } | null; }