mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
889 B
889 B
Action
Example Usage
import { Action } from "@lukehagar/plexjs/sdk/models/operations";
let value: Action = {
id: "addToContinueWatching",
key: "/actions/addToContinueWatching",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
string | ✔️ | N/A | addToContinueWatching |
key |
string | ✔️ | N/A | /actions/addToContinueWatching |