UNPKG

@configurator/ravendb

Version:
2 lines (1 loc) 304 B
export type WhereOperator = "Equals" | "NotEquals" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "In" | "AllIn" | "Between" | "Search" | "Lucene" | "StartsWith" | "EndsWith" | "Exists" | "SpatialWithin" | "SpatialContains" | "SpatialDisjoint" | "SpatialIntersects" | "Regex";