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