mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
758 B
758 B
Provider
Example Usage
import { Provider } from "@lukehagar/plexjs/sdk/models/operations";
let value: Provider = {
key: "/system/search",
title: "Local Network",
type: "mixed",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
key |
string | ➖ | N/A | /system/search |
title |
string | ➖ | N/A | Local Network |
type |
string | ➖ | N/A | mixed |