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

TimestampValue

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

Contains information about a timestamp.

interface TimestampValue {
timeInMillis?: number | null;
}

§Properties

§
timeInMillis?: number | null
[src]

The value of the timestamp, in the Unix epoch format.