mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
592 B
592 B
Operator
Example Usage
import { Operator } from "@lukehagar/plexjs";
let value: Operator = {
key: "=",
title: "is",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
key |
string | ➖ | N/A | = |
title |
string | ➖ | N/A | is |