Skip to content

LogicalOperator

type LogicalOperator = "AND" | "OR";

Type for representing logical operators for combining two or more conditions in DynamoDB condition expressions.