TypeScript SDKAPI ReferenceOperationsValueType - TypeScript SDKCopy pageValueType type definitionWhether the operator expects a single value or an array Example Usage 1import { ValueType } from "@openrouter/sdk/models/operations";23let value: ValueType = "scalar";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"scalar" | "array" | Unrecognized<string>