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