mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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",
|
|
};
|