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

    Interface SubscriptionSetChangesAction

    interface SubscriptionSetChangesAction {
        action: "setChanges";
        changes?: ChangeSubscription[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setChanges"
    changes?: ChangeSubscription[]

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