TriggerOperator type

Defines values for TriggerOperator.

type TriggerOperator = "GreaterThan" | "LessThan" | "Equal" | "NotEqual"