code quality
This commit is contained in:
@@ -15,7 +15,7 @@ export interface LeagueScheduleViewData extends ViewData {
|
||||
sessionType: string;
|
||||
isPast: boolean;
|
||||
isUpcoming: boolean;
|
||||
status: string;
|
||||
status: 'scheduled' | 'completed';
|
||||
strengthOfField?: number;
|
||||
isUserRegistered: boolean;
|
||||
canRegister: boolean;
|
||||
|
||||
Reference in New Issue
Block a user