mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
524 B
524 B
ClearPlaylistContentsRequest
Example Usage
import { ClearPlaylistContentsRequest } from "@lukehagar/plexjs";
let value: ClearPlaylistContentsRequest = {
playlistID: 9495.72,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
playlistID |
number | ✔️ | the ID of the playlist |