mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 02:07:03 +00:00
refactor(server): introduce TimePresets for reports
This commit is contained in:
parent
6f8fc0265a
commit
b8918889a1
5 changed files with 89 additions and 11 deletions
4
src/reports/interval.d.ts
vendored
Normal file
4
src/reports/interval.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export interface Interval {
|
||||
start: Date;
|
||||
end: Date;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue