Type alias QueryOperator

QueryOperator: "match" | "equals" | "gte" | "gt" | "lte" | "lt" | "between"

The query operator to use in the KeyConditionExpression to QueryItem as called by [[find]]

Generated using TypeDoc