Skip to content
Snippets Groups Projects
Commit 26ff3997 authored by michael.minelli's avatar michael.minelli
Browse files

UserRole => Add enum

parent d9379b05
No related branches found
No related tags found
No related merge requests found
enum UserRole {
STUDENT = 'STUDENT',
TEACHING_STAFF = 'TEACHING_STAFF',
ADMIN = 'ADMIN'
}
export default UserRole;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment