Skip to content

Commit c66029c

Browse files
UserRole to enums (#18)
1 parent 8c2d9f3 commit c66029c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

enums/enums.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,10 @@ export enum IntegrationType {
5858
GITHUB_ISSUE = 'GITHUB_ISSUE',
5959
GITHUB_FILE = 'GITHUB_FILE',
6060
SHAREPOINT = 'SHAREPOINT',
61-
}
61+
}
62+
63+
export enum UserRole {
64+
ENGINEER = "ENGINEER",
65+
EXPERT = "EXPERT",
66+
ANNOTATOR = "ANNOTATOR",
67+
}

0 commit comments

Comments
 (0)