Skip to main content
type alias TMongodbCheckMethod
import { type TMongodbCheckMethod } from "https://deno.land/x/access_db@0.1.0/mod.ts";
definition:
| "="
| "!="
| "<"
| "<="
| ">"
| ">="
| "in"
| "notIn"
| "arrContain"
| "regex"
| "strLength"
| "isExists"
| "geoInclude"
| "geoWithinCircle"
| "geoWithinRegion"
| "geoWithin"