mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
add server to monorepo.
This commit is contained in:
6
packages/server/src/services/Roles/constants.ts
Normal file
6
packages/server/src/services/Roles/constants.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const ERRORS = {
|
||||
ROLE_NOT_FOUND: 'ROLE_NOT_FOUND',
|
||||
ROLE_PREFINED: 'ROLE_PREFINED',
|
||||
INVALIDATE_PERMISSIONS: 'INVALIDATE_PERMISSIONS',
|
||||
CANNT_DELETE_ROLE_ASSOCIATED_TO_USERS: 'CANNT_DELETE_ROLE_ASSOCIATED_TO_USERS'
|
||||
};
|
||||
Reference in New Issue
Block a user