view data fixes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { LeagueStandingDTO } from '@/lib/types/generated/LeagueStandingDTO';
|
||||
|
||||
export class StandingEntryViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class StandingEntryViewModel extends ViewModel {
|
||||
driverId: string;
|
||||
position: number;
|
||||
points: number;
|
||||
|
||||
Reference in New Issue
Block a user