mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 02:07:03 +00:00
feat: add top tracks report
This commit is contained in:
parent
60dc25f15e
commit
51fd78f6d9
11 changed files with 230 additions and 0 deletions
5
frontend/src/api/entities/top-tracks-options.ts
Normal file
5
frontend/src/api/entities/top-tracks-options.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { TimeOptions } from "./time-options";
|
||||
|
||||
export interface TopTracksOptions {
|
||||
time: TimeOptions;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue