mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): add listen report endpoint
This commit is contained in:
parent
ddcdfff89b
commit
3828b841c2
9 changed files with 179 additions and 0 deletions
6
src/reports/timeframe.enum.ts
Normal file
6
src/reports/timeframe.enum.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export enum Timeframe {
|
||||
Day = "day",
|
||||
Week = "week",
|
||||
Month = "month",
|
||||
Year = "year",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue