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

EventVariableSummary

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

Information about the summary of an event variable that was evaluated for generating prediction.

interface EventVariableSummary {
name?: string | null;
source?: string | null;
value?: string | null;
}

§Properties

§
name?: string | null
[src]

The event variable name.

§
source?: string | null
[src]

The event variable source.

§
value?: string | null
[src]

The value of the event variable.