Files
gridpilot.gg/apps/website/lib/dtos/RaceStatsDto.ts
2025-12-17 18:01:47 +01:00

7 lines
124 B
TypeScript

/**
* Race stats data transfer object
* Global race statistics
*/
export interface RaceStatsDto {
totalRaces: number;
}