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