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