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