mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 10:17:02 +00:00
feat: add top-artists report
This commit is contained in:
parent
6a6ba493f6
commit
6fc10c40ca
18 changed files with 345 additions and 30 deletions
6
frontend/src/api/entities/top-artists-item.ts
Normal file
6
frontend/src/api/entities/top-artists-item.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { Artist } from "./artist";
|
||||
|
||||
export interface TopArtistsItem {
|
||||
artist: Artist;
|
||||
count: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue