frontend/src/models/priorities.json

8 lines
74 B
JSON

{
"UNSET": 0,
"LOW": 1,
"MEDIUM": 2,
"HIGH": 3,
"URGENT": 4,
"DO_NOW": 5
}