Change triggered by the Set Supply Channels update action.

interface SetSupplyChannelsChange {
    change: string;
    nextValue: Reference[];
    previousValue: Reference[];
    type: "SetSupplyChannelsChange";
}

Properties

change: string
nextValue: Reference[]

Value after the change.

previousValue: Reference[]

Value before the change.

type: "SetSupplyChannelsChange"