Type alias TrackRelations

TrackRelations: {
    album: Album | null;
    artist: Artist | null;
    artwork: Artwork | null;
    color: Color | null;
    composer: Artist | null;
    genre: Genre | null;
    key: Key | null;
    label: Label | null;
    originalArtist: Artist | null;
    remixer: Artist | null;
}

Type declaration

Generated using TypeDoc