view data fixes
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
*
|
||||
* Represents the total number of leagues in a UI-ready format.
|
||||
*/
|
||||
export class LeagueStatsViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class LeagueStatsViewModel extends ViewModel {
|
||||
totalLeagues: number;
|
||||
|
||||
constructor(dto: { totalLeagues: number }) {
|
||||
|
||||
Reference in New Issue
Block a user