import { MatchStatus } from '../enums/match-status.enum'; export const MATCH_STATUSES = Object.values(MatchStatus);