wip
This commit is contained in:
@@ -37,4 +37,5 @@ export interface ILeagueDriverSeasonStatsPresenter {
|
||||
driverResults: Map<string, Array<{ position: number }>>,
|
||||
driverRatings: Map<string, { rating: number | null; ratingChange: number | null }>
|
||||
): LeagueDriverSeasonStatsViewModel;
|
||||
getViewModel(): LeagueDriverSeasonStatsViewModel;
|
||||
}
|
||||
Reference in New Issue
Block a user