/** * ViewData for league scoring presets */ export interface LeagueScoringPresetsViewData { presets: any[]; totalCount?: number; }