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

TimerDefinition

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

The new setting of a timer.

interface TimerDefinition {
name: string;
seconds: number;
}

§Properties

§
name: string
[src]

The name of the timer.

§
seconds: number
[src]

The new setting of the timer (the number of seconds before the timer elapses).