Skip to content

Commit 1b218ee

Browse files
Update src/constants/role.constant.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 82bc9fe commit 1b218ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/constants/role.constant.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const ROLES = {
2-
ADMIN: 'admin',
3-
STUDENT: 'student',
4-
USER: 'user',
2+
ADMIN: 'admin', // Full administrative privileges
3+
STUDENT: 'student', // Standard student privileges
4+
BASIC: 'user', // Basic, non-privileged user
55
} as const;
66

77
export const ROLE_ERRORS = {

0 commit comments

Comments
 (0)