view data fixes
This commit is contained in:
7
apps/website/lib/view-data/RaceStatsViewData.ts
Normal file
7
apps/website/lib/view-data/RaceStatsViewData.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* ViewData for RaceStats
|
||||
* This is the JSON-serializable input for the Template.
|
||||
*/
|
||||
export interface RaceStatsViewData {
|
||||
totalRaces: number;
|
||||
}
|
||||
Reference in New Issue
Block a user