package consts const StatisticTypeDay = "day" const StatisticTypeWeek = "week" const StatisticTypeMonth = "month" const StatisticTypeYear = "year" const SubTypeLast4Week = "last4Week" const SubTypeLast8Week = "last8Week" const SubTypeLast12Week = "last12Week" const SubTypeLast4Month = "last4Month" const SubTypeLast8Month = "last8Month" const SubTypeLast12Month = "last12Month" const SubTypeLastYear = "thisYear" const SubTypeLast2Year = "last2Year" const SubTypeLast3Year = "last3Year"