TypeScript SDKAPI ReferenceOperationsOperator - TypeScript SDKCopy pageOperator type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { Operator } from "@openrouter/sdk/models/operations";23let value: Operator = {4 name: "eq",5 valueType: "array",6}; Fields FieldTypeRequiredDescriptionExamplenameoperations.OperatorName✔️Operator identifier used in filter definitionseqvalueTypeoperations.ValueType✔️Whether the operator expects a single value or an array