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

RuleResult

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

The rule results.

interface RuleResult {
outcomes?: string[] | null;
ruleId?: string | null;
}

§Properties

§
outcomes?: string[] | null
[src]

The outcomes of the matched rule, based on the rule execution mode.

§
ruleId?: string | null
[src]

The rule ID that was matched, based on the rule execution mode.