forked from github/plane
9 lines
150 B
TypeScript
9 lines
150 B
TypeScript
export const PRIORITIES = ["urgent", "high", "medium", "low"];
|
|
|
|
export const ROLE = {
|
|
5: "Guest",
|
|
10: "Viewer",
|
|
15: "Member",
|
|
20: "Admin",
|
|
};
|