Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Artist

Hierarchy

  • Artist

Index

Properties

albums

albums: { browseId?: undefined | string; results: Album[] }

Type declaration

  • Optional browseId?: undefined | string
  • results: Album[]

Optional description

description: undefined | string

name

name: string

Optional singles

singles: undefined | { browseId?: undefined | string; results: Album[] }

songs

songs: { browseId?: undefined | string; results: Song[] }

Type declaration

  • Optional browseId?: undefined | string
  • results: Song[]

Optional views

views: undefined | string

Generated using TypeDoc