view data fixes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* ViewData for LeagueScoringChampionship
|
||||
*/
|
||||
export interface LeagueScoringChampionshipViewData {
|
||||
id: string;
|
||||
name: string;
|
||||
type: string;
|
||||
sessionTypes: string[];
|
||||
pointsPreview?: Array<{ sessionType: string; position: number; points: number }> | null;
|
||||
bonusSummary?: string[] | null;
|
||||
dropPolicyDescription?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user