mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
16 lines
2.0 KiB
Markdown
16 lines
2.0 KiB
Markdown
# AddedQueueItem
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AddedQueueItem } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: AddedQueueItem = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
|
| `id` | *number* | :heavy_minus_sign: | 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* | :heavy_minus_sign: | The key added to the queue | |