interface Artist {
    external_urls: ExternalUrls;
    followers: Followers;
    genres: string[];
    href: string;
    id: string;
    images: Image[];
    name: string;
    popularity: number;
    type: string;
    uri: string;
}

Hierarchy (view full)

Properties

external_urls: ExternalUrls
followers: Followers
genres: string[]
href: string
id: string
images: Image[]
name: string
popularity: number
type: string
uri: string