Skip to content

ComparisonOperator

type ComparisonOperator = "=" | "<>" | "<" | "<=" | ">" | ">=";

Type for representing comparison operators in DynamoDB condition expressions.