Variables
UPDATE_ACTION_DEFS
UPDATE_
ACTION_DEFS: UpdateActionDef[] = [// SETnew UpdateActionDef('SET', 'incrementBy'),new UpdateActionDef('SET', 'decrementBy'),new UpdateActionDef('SET', 'set'),new UpdateActionDef('SET', 'appendToList'),// REMOVEnew UpdateActionDef('REMOVE', 'remove'),new UpdateActionDef('REMOVE', 'removeFromListAt'),// ADDnew UpdateActionDef('ADD', 'add'),// DELETEnew UpdateActionDef('DELETE', 'removeFromSet'),]