import type { WatchNowSection } from '../interfaces/index.js'; export const WatchNowSections = { '1': { name: 'HiRez News' }, '2': { name: 'Twitch' }, '3': { name: 'Training' }, '4': { name: 'Community' }, '5': { name: 'Ticker' } } as { [key: string]: WatchNowSection };