mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
1.3 KiB
1.3 KiB
GetServerResourcesGlobals
Example Usage
import { GetServerResourcesGlobals } from "@lukehagar/plexjs/models/operations";
let value: GetServerResourcesGlobals = {
clientIdentifier: "abc123",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
accepts |
shared.Accepts | ➖ | Indicates the client accepts the indicated media types | |
clientIdentifier |
string | ➖ | An opaque identifier unique to the client | abc123 |