orion-server
orion-server copied to clipboard
Replace enum with enum string
In the marshalled output, we see 0, 1, 2 and so on for enums. This makes readability a bit hard. It is better to use enum string in permissions, types, etc...