@jellyfin/sdk
    Preparing search index...

    Interface LibraryApiDeleteItemsRequest

    Request parameters for deleteItems operation in LibraryApi.

    LibraryApiDeleteItemsRequest

    interface LibraryApiDeleteItemsRequest {
        ids?: string[];
    }
    Index

    Properties

    Properties

    ids?: string[]

    The item ids.

    LibraryApiDeleteItems