Interface LibraryApiDeleteItemsRequest

Request parameters for deleteItems operation in LibraryApi.

LibraryApiDeleteItemsRequest

interface LibraryApiDeleteItemsRequest {
    ids?: string[];
}

Properties

Properties

ids?: string[]

The item ids.

LibraryApiDeleteItems