interface SetLineItemDeactivatedAtChange {
    change: string;
    lineItem: ShoppingListLineItemValue;
    nextValue: string;
    previousValue: string;
    type: "SetLineItemDeactivatedAtChange";
}

Properties

change: string

Holds information about the updated Shopping List Line Item.

nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetLineItemDeactivatedAtChange"