/** * ViewData for LeagueStats */ export interface LeagueStatsViewData { totalLeagues: number; }