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

IngestedEventsTimeWindow

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

The start and stop time of the ingested events.

interface IngestedEventsTimeWindow {
endTime: string;
startTime: string;
}

§Properties

§
endTime: string
[src]

Timestamp of the final ingested event.

§
startTime: string
[src]

Timestamp of the first ingensted event.