website cleanup
This commit is contained in:
@@ -18,7 +18,7 @@ import { RaceViewModel } from "@/lib/view-models/RaceViewModel";
|
|||||||
import { SubmitBlocker, ThrottleBlocker } from "@/lib/blockers";
|
import { SubmitBlocker, ThrottleBlocker } from "@/lib/blockers";
|
||||||
import { RaceDTO } from "@/lib/types/generated/RaceDTO";
|
import { RaceDTO } from "@/lib/types/generated/RaceDTO";
|
||||||
import { LeagueStatsDTO } from "@/lib/types/generated/LeagueStatsDTO";
|
import { LeagueStatsDTO } from "@/lib/types/generated/LeagueStatsDTO";
|
||||||
import { LeagueScoringConfigDTO } from "@/lib/types/LeagueScoringConfigDTO";
|
import { LeagueScoringConfigDTO } from "@/lib/types/generated/LeagueScoringConfigDTO";
|
||||||
import type { LeagueMembership } from "@/lib/types/LeagueMembership";
|
import type { LeagueMembership } from "@/lib/types/LeagueMembership";
|
||||||
import type { LeagueSeasonSummaryDTO } from '@/lib/types/generated/LeagueSeasonSummaryDTO';
|
import type { LeagueSeasonSummaryDTO } from '@/lib/types/generated/LeagueSeasonSummaryDTO';
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
export interface LeagueScoringChampionshipDTO {
|
|
||||||
id: string;
|
|
||||||
name: string;
|
|
||||||
type: string;
|
|
||||||
sessionTypes: string[];
|
|
||||||
pointsPreview: Array<{ sessionType: string; position: number; points: number }>;
|
|
||||||
bonusSummary: string[];
|
|
||||||
dropPolicyDescription: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface LeagueScoringConfigDTO {
|
|
||||||
leagueId: string;
|
|
||||||
seasonId: string;
|
|
||||||
gameId: string;
|
|
||||||
gameName: string;
|
|
||||||
scoringPresetId?: string;
|
|
||||||
scoringPresetName?: string;
|
|
||||||
dropPolicySummary: string;
|
|
||||||
championships: LeagueScoringChampionshipDTO[];
|
|
||||||
}
|
|
||||||
@@ -5,7 +5,7 @@ import { LeagueScheduleDTO } from '../types/generated/LeagueScheduleDTO';
|
|||||||
import { LeagueStandingsDTO } from '../types/generated/LeagueStandingsDTO';
|
import { LeagueStandingsDTO } from '../types/generated/LeagueStandingsDTO';
|
||||||
import { GetDriverOutputDTO } from '../types/generated/GetDriverOutputDTO';
|
import { GetDriverOutputDTO } from '../types/generated/GetDriverOutputDTO';
|
||||||
import { RaceDTO } from '../types/generated/RaceDTO';
|
import { RaceDTO } from '../types/generated/RaceDTO';
|
||||||
import { LeagueScoringConfigDTO } from '../types/LeagueScoringConfigDTO';
|
import { LeagueScoringConfigDTO } from '@/lib/types/generated/LeagueScoringConfigDTO';
|
||||||
import { RaceViewModel } from './RaceViewModel';
|
import { RaceViewModel } from './RaceViewModel';
|
||||||
import { DriverViewModel } from './DriverViewModel';
|
import { DriverViewModel } from './DriverViewModel';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user