type UpdateType = "SET" | "REMOVE" | "ADD" | "DELETE";
Type representing the different kinds of update operations.