@dvxch/yandex-music
    Preparing search index...

    Interface DiffTrack

    A track reference used when inserting into a playlist.

    interface DiffTrack {
        albumId: string | number;
        id: string | number;
    }
    Index

    Properties

    Properties

    albumId: string | number

    Album id the track belongs to.

    id: string | number

    Track id.