Files
plexjs/docs/sdk/models/operations/operator.md

19 lines
610 B
Markdown

# Operator
## Example Usage
```typescript
import { Operator } from "@lukehagar/plexjs/sdk/models/operations";
let value: Operator = {
key: "=",
title: "is",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `key` | *string* | :heavy_check_mark: | N/A | = |
| `title` | *string* | :heavy_check_mark: | N/A | is |