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

MultiConditionalBranch

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

Specifies a condition to evaluate for an activity path in a journey.

interface MultiConditionalBranch {
Condition?: SimpleCondition | null;
NextActivity?: string | null;
}

§Properties

§
Condition?: SimpleCondition | null
[src]

The condition to evaluate for the activity path.

§
NextActivity?: string | null
[src]

The unique identifier for the next activity to perform, after completing the activity for the path.