This commit is contained in:
Gabe Farrell 2026-01-12 13:51:12 -05:00
parent e45099c71a
commit c8b1bd3576
8 changed files with 564 additions and 0 deletions

View file

@ -153,3 +153,10 @@ type GetExportPageOpts struct {
TrackID int32
Limit int32
}
type GetInterestOpts struct {
Buckets int
AlbumID int32
ArtistID int32
TrackID int32
}