Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OperatorType

import type { OperatorType } from "https://aws-api.deno.dev/v0.3/services/datapipeline.ts?docs=full";
type OperatorType =
| "EQ"
| "REF_EQ"
| "LE"
| "GE"
| "BETWEEN"

§Type

§
"EQ" | "REF_EQ" | "LE" | "GE" | "BETWEEN" | cmnP.UnexpectedEnumValue
[src]