view data fixes
This commit is contained in:
9
apps/website/lib/view-data/RaceWithSOFViewData.ts
Normal file
9
apps/website/lib/view-data/RaceWithSOFViewData.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* ViewData for RaceWithSOF
|
||||
* This is the JSON-serializable input for the Template.
|
||||
*/
|
||||
export interface RaceWithSOFViewData {
|
||||
id: string;
|
||||
track: string;
|
||||
strengthOfField: number | null;
|
||||
}
|
||||
Reference in New Issue
Block a user