view data fixes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
|
||||
/**
|
||||
* LeagueScheduleViewData - Pure ViewData for LeagueScheduleTemplate
|
||||
* Contains only raw serializable data, no methods or computed properties
|
||||
@@ -12,7 +14,8 @@ export interface ScheduleRaceData {
|
||||
status: string;
|
||||
}
|
||||
|
||||
export interface LeagueScheduleViewData {
|
||||
|
||||
export interface LeagueScheduleViewData extends ViewData {
|
||||
leagueId: string;
|
||||
races: ScheduleRaceData[];
|
||||
seasons: Array<{
|
||||
|
||||
Reference in New Issue
Block a user