view data fixes
This commit is contained in:
12
apps/website/lib/view-data/ProfileOverviewViewData.ts
Normal file
12
apps/website/lib/view-data/ProfileOverviewViewData.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* ViewData for ProfileOverview
|
||||
* This is the JSON-serializable input for the Template.
|
||||
*/
|
||||
export interface ProfileOverviewViewData {
|
||||
currentDriver: any | null;
|
||||
stats: any | null;
|
||||
finishDistribution: any | null;
|
||||
teamMemberships: any[];
|
||||
socialSummary: any;
|
||||
extendedProfile: any | null;
|
||||
}
|
||||
Reference in New Issue
Block a user