API Docs
    Preparing search index...

    Type Alias Playlist

    Union type for any parsed playlist.

    Use the isMasterPlaylist discriminator to narrow the type:

    if (pl.isMasterPlaylist) {
    // pl is MasterPlaylist
    } else {
    // pl is MediaPlaylist
    }