mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-08 20:47:44 +00:00
1003 B
1003 B
GetSourceConnectionInformationRequest
Example Usage
import { GetSourceConnectionInformationRequest } from "@lukehagar/plexjs";
let value: GetSourceConnectionInformationRequest = {
source: "server://client-identifier",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
source |
string | ✔️ | The source identifier with an included prefix. | server://client-identifier |