export const todayString = 'today'; export enum UpdateSources { CALENDAR_INIT = 'calendarInit', TODAY_PRESS = 'todayPress', LIST_DRAG = 'listDrag', DAY_PRESS = 'dayPress', PAGE_SCROLL = 'pageScroll', WEEK_SCROLL = 'weekScroll', PROP_UPDATE = 'propUpdate' }