decapi
decapi copied to clipboard
when registering an enum use the enum values not keys
currently when an enum is registered, we use the object keys for the enum values. These can be different from the values and it can get quite confusing.