Interface ArtistDetails

ArtistDetails ($ref: "AudioLibrary.ArtistDetails") Represents the details of an artist.

interface ArtistDetails {
    artistid: number;
    biography: string;
    name: string;
}

Properties

artistid: number
biography: string
name: string