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

PredictionTimeRange

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

The time period for when the predictions were generated.

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

§Properties

§
endTime: string
[src]

The end time of the time period for when the predictions were generated.

§
startTime: string
[src]

The start time of the time period for when the predictions were generated.