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

ComparisonOperator

import type { ComparisonOperator } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";

The comparison operator of a notification. Currently the service supports the following operators:

GREATER_THAN, LESS_THAN, EQUAL_TO

type ComparisonOperator =
| "GREATER_THAN"
| "LESS_THAN"
| "EQUAL_TO"

§Type

§
"GREATER_THAN" | "LESS_THAN" | "EQUAL_TO" | cmnP.UnexpectedEnumValue
[src]