Skip to main content
Module

x/typeorm/src/index.ts>FindOperatorType

Forked from https://github.com/typeorm/typeorm
Latest
type alias FindOperatorType
Re-export
import { type FindOperatorType } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

List of types that FindOperator can be.

definition:
| "not"
| "lessThan"
| "lessThanOrEqual"
| "moreThan"
| "moreThanOrEqual"
| "equal"
| "between"
| "in"
| "any"
| "isNull"
| "like"
| "raw"