export enum MatchStatus { Scheduled = 'scheduled', InProgress = 'in_progress', Final = 'final', Retired = 'retired', Walkover = 'walkover', }