@jellyfin/sdk
    Preparing search index...

    Interface QueueItem

    QueueItem

    interface QueueItem {
        Id?: string;
        PlaylistItemId?: string | null;
    }
    Index

    Properties

    Properties

    Id?: string

    QueueItem

    PlaylistItemId?: string | null

    QueueItem