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

WaitActivity

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

Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

interface WaitActivity {
NextActivity?: string | null;
WaitTime?: WaitTime | null;
}

§Properties

§
NextActivity?: string | null
[src]

The unique identifier for the next activity to perform, after performing the wait activity.

§
WaitTime?: WaitTime | null
[src]

The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.