@ctrl/plex
    Preparing search index...

    Interface PlaylistItemsOptions<T>

    interface PlaylistItemsOptions<
        T extends PlaylistItemLibtype = PlaylistItemLibtype,
    > {
        libtype: T;
    }

    Type Parameters

    Index
    libtype: T

    Return playlist contents grouped as a specific Plex library type.