Files
gridpilot.gg/apps/website/lib/view-data/RaceStatsViewData.ts
2026-01-23 15:30:23 +01:00

8 lines
152 B
TypeScript

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