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

Timer

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

The current state of a timer.

interface Timer {
name: string;
timestamp: Date | number;
}

§Properties

§
name: string
[src]

The name of the timer.

§
timestamp: Date | number
[src]

The expiration time for the timer.