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