Massive/periods.ts

6 lines
98 B
TypeScript
Raw Normal View History

export enum Periods {
Weekly = "This week",
Monthly = "This month",
Yearly = "This year",
}