export interface CreateLeagueWithSeasonAndScoringResultDTO { leagueId: string; seasonId: string; scoringPresetId?: string; scoringPresetName?: string; }