This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/models/rights.json
konrad d66382b581
All checks were successful
the build was successful
Improved team search and team managing (#18)
2019-03-03 12:50:06 +00:00

5 lines
48 B
JSON

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