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

FilterCondition

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

A conditional statement for filtering a list of past predictions.

interface FilterCondition {
value?: string | null;
}

§Properties

§
value?: string | null
[src]

A statement containing a resource property and a value to specify filter condition.