view data fixes
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
export interface RulebookScoringConfig {
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
|
||||
|
||||
export interface RulebookScoringConfig extends ViewData {
|
||||
scoringPresetName: string | null;
|
||||
gameName: string;
|
||||
championships: Array<{
|
||||
@@ -12,9 +15,4 @@ export interface RulebookScoringConfig {
|
||||
bonusSummary: string[];
|
||||
}>;
|
||||
dropPolicySummary: string;
|
||||
}
|
||||
|
||||
export interface LeagueRulebookViewData {
|
||||
scoringConfig: RulebookScoringConfig | null;
|
||||
positionPoints: Array<{ position: number; points: number }>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user