website refactor
This commit is contained in:
15
apps/website/lib/view-data/leagues/RulebookViewData.ts
Normal file
15
apps/website/lib/view-data/leagues/RulebookViewData.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface RulebookViewData {
|
||||
leagueId: string;
|
||||
gameName: string;
|
||||
scoringPresetName: string;
|
||||
championshipsCount: number;
|
||||
sessionTypes: string;
|
||||
dropPolicySummary: string;
|
||||
hasActiveDropPolicy: boolean;
|
||||
positionPoints: Array<{
|
||||
position: number;
|
||||
points: number;
|
||||
}>;
|
||||
bonusPoints: string[];
|
||||
hasBonusPoints: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user