view data fixes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* ViewData for LeagueAdminRosterJoinRequest
|
||||
* This is the JSON-serializable input for the Template.
|
||||
*/
|
||||
export interface LeagueAdminRosterJoinRequestViewData {
|
||||
id: string;
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
driverName: string;
|
||||
requestedAtIso: string;
|
||||
message?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user