mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
|
|
export enum Timeframe {
|
||
|
|
Day = "day",
|
||
|
|
Week = "week",
|
||
|
|
Month = "month",
|
||
|
|
Year = "year",
|
||
|
|
}
|