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

Operator

import type { Operator } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";
type Operator =
| "LE"
| "GE"
| "BEGINS_WITH"

§Type

§
"LE" | "GE" | "BEGINS_WITH" | cmnP.UnexpectedEnumValue
[src]