view data fixes
This commit is contained in:
11
apps/website/lib/view-data/LeagueMemberViewData.ts
Normal file
11
apps/website/lib/view-data/LeagueMemberViewData.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* ViewData for LeagueMember
|
||||
* This is the JSON-serializable input for the Template.
|
||||
*/
|
||||
export interface LeagueMemberViewData {
|
||||
driverId: string;
|
||||
currentUserId: string;
|
||||
driver?: any;
|
||||
role: string;
|
||||
joinedAt: string;
|
||||
}
|
||||
Reference in New Issue
Block a user