website refactor
This commit is contained in:
@@ -8,6 +8,8 @@ export interface RaceViewData {
|
||||
relativeTimeLabel: string;
|
||||
status: 'scheduled' | 'running' | 'completed' | 'cancelled';
|
||||
statusLabel: string;
|
||||
statusVariant: string;
|
||||
statusIconName: string;
|
||||
sessionType: string;
|
||||
leagueId: string | null;
|
||||
leagueName: string | null;
|
||||
|
||||
Reference in New Issue
Block a user