type
SchemaFieldConditionValue
type SchemaFieldConditionValue = | { type: "string"; value: string }
| { type: "number"; value: string }
| { type: "boolean"; value: "true" | "false" }A canonically encoded typed condition operand.