Skip to content

Commit

Permalink
fix: export previewArtists in v1 object
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdkolk committed Feb 2, 2024
1 parent cd0e869 commit 6000491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/statsfm/v1/genre.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Object } from '..';
import { ArtistSimple } from './artist';
import { ArtistSimple, TopArtist } from './artist';
import { TopObject } from '../top';

export interface GenreSimple extends Object {
Expand All @@ -15,4 +15,5 @@ export interface Genre extends GenreSimple {
export interface TopGenre extends TopObject {
genre: GenreSimple;
artistCount?: number;
previewArtists: TopArtist[];
}

0 comments on commit 6000491

Please sign in to comment.