view data fixes
This commit is contained in:
12
apps/website/lib/view-data/RaceDetailEntryViewData.ts
Normal file
12
apps/website/lib/view-data/RaceDetailEntryViewData.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* ViewData for RaceDetailEntry
|
||||
* This is the JSON-serializable input for the Template.
|
||||
*/
|
||||
export interface RaceDetailEntryViewData {
|
||||
id: string;
|
||||
name: string;
|
||||
country: string;
|
||||
avatarUrl: string;
|
||||
isCurrentUser: boolean;
|
||||
rating: number | null;
|
||||
}
|
||||
Reference in New Issue
Block a user