export enum SportsTabs { SPORT = 'SPORT', NEWS = 'NEWS', } export enum SportScheduleFilterDay { ALL = 'all', TODAY = 'today', TOMORROW = 'tomorrow', IN_WEEK = 'in_week', }