/** * ViewData for RaceStats * This is the JSON-serializable input for the Template. */ export interface RaceStatsViewData { totalRaces: number; }