File tree Expand file tree Collapse file tree
packages/core/src/rest/soytify Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,21 +312,7 @@ export interface AlbumOrPrereleasePage {
312312 items : ( AlbumResponseWrapper | PreReleaseResponseWrapper ) [ ] ;
313313 totalCount : number ;
314314}
315- export interface ArtistOverviewData {
316- __typename : 'Artist' ;
317- discography : Discography ;
318- goods : Goods ;
319- headerImage : CoverArtSource | null ;
320- id : string ;
321- preRelease : PreReleaseResponseWrapper | null ;
322- profile : ArtistProfile ;
323- relatedContent : RelatedContent ;
324- saved : boolean ;
325- sharingInfo : SharingInfo ;
326- stats : ArtistStats ;
327- uri : string ;
328- visuals : ArtistVisuals ;
329- }
315+
330316export interface ArtistStats {
331317 followers : number ;
332318 monthlyListeners : number ;
@@ -416,7 +402,7 @@ export interface TopTracksSection {
416402// Response objects
417403export interface SoytifyArtistOverviewResponse {
418404 data : {
419- artistUnion : ArtistOverviewData ;
405+ artistUnion : Artist ;
420406 } ;
421407 extensions : {
422408 requestIds : {
You can’t perform that action at this time.
0 commit comments