Change triggered by the Set SupplyChannel update action.

interface SetSupplyChannelChange {
    change: string;
    nextValue: Reference;
    previousValue: Reference;
    type: "SetSupplyChannelChange";
}

Properties

change: string
nextValue: Reference

Value after the change.

previousValue: Reference

Value before the change.

type: "SetSupplyChannelChange"