Interface NotificationOptInCondition

interface NotificationOptInCondition {
    type: "notification_opt_in";
    when_status: "opt_in" | "opt_out";
}

Hierarchy (view full)

Properties

Properties

type: "notification_opt_in"
when_status: "opt_in" | "opt_out"