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

RuleEvaluation

import type { RuleEvaluation } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

Information needed to evaluate data.

interface RuleEvaluation {
simpleRuleEvaluation?: SimpleRuleEvaluation | null;
}

§Properties

§
simpleRuleEvaluation?: SimpleRuleEvaluation | null
[src]

Information needed to compare two values with a comparison operator.