Change triggered by the Set Distribution Channels update action.

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

Properties

change: string
nextValue: Reference[]

Value after the change.

previousValue: Reference[]

Value before the change.

type: "SetDistributionChannelsChange"