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

10 lines
199 B
TypeScript

/**
* ViewData for RaceWithSOF
* This is the JSON-serializable input for the Template.
*/
export interface RaceWithSOFViewData {
id: string;
track: string;
strengthOfField: number | null;
}