view data fixes
This commit is contained in:
9
apps/website/lib/view-data/LeaguePageDetailViewData.ts
Normal file
9
apps/website/lib/view-data/LeaguePageDetailViewData.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface LeaguePageDetailViewData {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
ownerId: string;
|
||||
ownerName: string;
|
||||
isAdmin: boolean;
|
||||
mainSponsor: { name: string; logoUrl: string; websiteUrl: string } | null;
|
||||
}
|
||||
Reference in New Issue
Block a user