package consts const StatisticTypeDay = "day" const StatisticTypeWeek = "week" const StatisticTypeMonth = "month" const StatisticTypeYear = "year" const SubTypeLastWeek = "thisWeek" const SubTypeLast2Week = "last2Week" const SubTypeLast3Week = "last3Week" const SubTypeLast3Month = "last3Month" const SubTypeLast6Month = "last6Month" const SubTypeLast9Month = "last9Month" const SubTypeLastYear = "thisYear" const SubTypeLast2Year = "last2Year" const SubTypeLast3Year = "last3Year"