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

Hierarchy (View Summary)

Properties

Properties

action: "setChanges"
changes?: ChangeSubscription[]

Value to set. Can only be unset if messages is set.