@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Interface ProprietaryIdInput

    proprietary_id_type — e.g. a Spotify or Apple artist ID.

    interface ProprietaryIdInput {
        id: string;
        type: string;
    }
    Index
    id: string

    Maps to id. Required.

    type: string

    Maps to type, e.g. spotify. Required.