mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.0 KiB
2.0 KiB
AddedQueueItem
Example Usage
import { AddedQueueItem } from "@lukehagar/plexjs/models/operations";
let value: AddedQueueItem = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | The queue item id that was added or the existing one if an item already exists in this queue with the same parameters |
key |
string | ➖ | The key added to the queue |