Closed
Description
Environment
- DiffSync version: 1.3.0
Proposed Functionality
Today, the list of valid actions : create
, update
, delete
is not clearly defined and the value is hardcoded in multiple places in the code
It would be good to create a proper enum for these values and use it everywhere instead of having hardcoded values
Use Case
House keeping