@gradientedge/commercetools-utils
    Preparing search index...

    Interface SubscriptionSetEventsAction

    interface SubscriptionSetEventsAction {
        action: "setEvents";
        events?: EventSubscription[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setEvents"

    Value to set. Can only be unset if either messages or changes is set.