ComparisonOperator
type ComparisonOperator = "=" | "<>" | "<" | "<=" | ">" | ">=";Type for representing comparison operators in DynamoDB condition expressions.
type ComparisonOperator = "=" | "<>" | "<" | "<=" | ">" | ">=";Type for representing comparison operators in DynamoDB condition expressions.