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

TimestampRange

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

This data type is used in the "AssessmentRunFilter" data type.

interface TimestampRange {
beginDate?: Date | number | null;
endDate?: Date | number | null;
}

§Properties

§
beginDate?: Date | number | null
[src]

The minimum value of the timestamp range.

§
endDate?: Date | number | null
[src]

The maximum value of the timestamp range.