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

SnoozeActionConfiguration

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

Contains the configuration information of a snooze action.

interface SnoozeActionConfiguration {
note?: string | null;
snoozeDuration?: number | null;
}

§Properties

§
note?: string | null
[src]

The note that you can leave when you snooze the alarm.

§
snoozeDuration?: number | null
[src]

The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.