Change triggered by the Set SKU update action.

interface SetSkuChange {
    catalogData: string;
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetSkuChange";
}

Properties

catalogData: string
change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetSkuChange"