Properties
Optional
$eq
$eq?: null | string | number | boolean
Optional
$exists
$exists?: boolean
Optional
$gt
$gt?: string | number
Optional
$gte
$gte?: string | number
Optional
$in
$in?: (null | string | number | boolean)[]
Optional
$lt
$lt?: string | number
Optional
$lte
$lte?: string | number
Optional
$ne
$ne?: null | string | number | boolean
Optional
$nin
$nin?: (null | string | number | boolean)[]