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