LogicalOperator
type LogicalOperator = "AND" | "OR";Type for representing logical operators for combining two or more conditions in DynamoDB condition expressions.
type LogicalOperator = "AND" | "OR";Type for representing logical operators for combining two or more conditions in DynamoDB condition expressions.