Interface Artist

Artist ($ref: "AudioLibrary.Artist") Represents a simplified artist object.

interface Artist {
    artistid: number;
    name: string;
}

Properties

Properties

artistid: number
name: string