mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
2.7 KiB
2.7 KiB
Activity
Example Usage
import { Activity } from "@lukehagar/plexjs/sdk/models/operations";
let value: Activity = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
uuid |
string | ➖ | N/A |
type |
string | ➖ | N/A |
cancellable |
boolean | ➖ | N/A |
userID |
number | ➖ | N/A |
title |
string | ➖ | N/A |
subtitle |
string | ➖ | N/A |
progress |
number | ➖ | N/A |
context |
operations.Context | ➖ | N/A |