Interface ShoppingListSetDeleteDaysAfterLastModificationAction

interface ShoppingListSetDeleteDaysAfterLastModificationAction {
    action: "setDeleteDaysAfterLastModification";
    deleteDaysAfterLastModification?: number;
}

Properties

action: "setDeleteDaysAfterLastModification"
deleteDaysAfterLastModification?: number

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc