frontend/src/models/rights.json

5 lines
48 B
JSON
Raw Permalink Normal View History

{
"READ": 0,
"READ_WRITE": 1,
"ADMIN": 2
}