Change triggered by the Set RestockableInDays update action.

interface SetRestockableInDaysChange {
    change: string;
    nextValue: number;
    previousValue: number;
    type: "SetRestockableInDaysChange";
}

Properties

change: string
nextValue: number

Value after the change.

previousValue: number

Value before the change.

type: "SetRestockableInDaysChange"