Massive/periods.ts

10 lines
202 B
TypeScript
Raw Normal View History

export enum Periods {
Weekly = "This week",
Monthly = "This month",
Yearly = "This year",
2023-10-24 21:21:21 +00:00
TwoMonths = "2 months",
ThreeMonths = "3 months",
SixMonths = "6 months",
AllTime = "All time",
}