mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.0 KiB
2.0 KiB
Connection
Example Usage
import { Connection } from "@lukehagar/plexjs/models/operations";
let value: Connection = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
address |
string | ➖ | N/A |
local |
boolean | ➖ | Indicates if the connection is the server's LAN address |
port |
number | ➖ | N/A |
protocol |
string | ➖ | N/A |
relay |
boolean | ➖ | Indicates the connection is over a relayed connection |
uri |
string | ➖ | N/A |