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

RuleExecutionMode

import type { RuleExecutionMode } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
type RuleExecutionMode = "ALL_MATCHED" | "FIRST_MATCHED" | cmnP.UnexpectedEnumValue;

§Type

§
"ALL_MATCHED" | "FIRST_MATCHED" | cmnP.UnexpectedEnumValue
[src]