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