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

ClearTimerAction

import type { ClearTimerAction } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";

Information needed to clear the timer.

interface ClearTimerAction {
timerName: string;
}

§Properties

§
timerName: string
[src]

The name of the timer to clear.