@jellyfin/sdk
    Preparing search index...

    Interface ItemLookupApiGetBoxSetRemoteSearchResultsRequest

    Request parameters for getBoxSetRemoteSearchResults operation in ItemLookupApi.

    ItemLookupApiGetBoxSetRemoteSearchResultsRequest

    interface ItemLookupApiGetBoxSetRemoteSearchResultsRequest {
        boxSetInfoRemoteSearchQuery: BoxSetInfoRemoteSearchQuery;
    }
    Index

    Properties

    boxSetInfoRemoteSearchQuery: BoxSetInfoRemoteSearchQuery

    Remote search query.

    ItemLookupApiGetBoxSetRemoteSearchResults