mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.0 KiB
2.0 KiB
GetDevicesChannelsResponse
Example Usage
import { GetDevicesChannelsResponse } from "@lukehagar/plexjs/models/operations";
let value: GetDevicesChannelsResponse = {
headers: {
"key": [
"<value 1>",
"<value 2>",
"<value 3>",
],
},
result: {},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
headers |
Record<string, string[]> | ✔️ | N/A |
result |
operations.GetDevicesChannelsResponseBody | ✔️ | N/A |