export enum eFilterTime { DAY = 'day', DAYS = 'days', WEEK = 'week', WEEKS = 'weeks', MONTH = 'month', MONTHS = 'months', QUARTER = 'quarter', QUARTERS = 'quarters', YEAR = 'year', YEARS = 'years', TODAY = 'today', YESTERDAY = 'yesterday', THIS_WEEK = 'wtd', NEXT_WEEK = 'next week', LAST_WEEK = 'last week', ONE_WEEK = '1 week', ONE_WEEK_FUTURE = 'week_future', THIS_MONTH = 'mtd', NEXT_MONTH = 'next month', LAST_MONTH = 'last month', ONE_MONTH = '1 month', ONE_MONTH_FUTURE = '1 month future', THREE_MONTHS = '3 months', THREE_MONTHS_FUTURE = '3 months future', THIS_QUARTER = 'qtd', NEXT_QUARTER = 'next quarter', LAST_QUARTER = 'last quarter', THIS_YEAR = 'ytd', ONE_YEAR = '1 year', ONE_YEAR_FUTURE = '1 year future', LAST_YEAR = 'last year', YEAR_BEFORE_LAST = 'year before last', MOMENT_DATE_FORMAT = 'MM/DD/YY' }