mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
create constants for user roles
This commit is contained in:
10
src/utils/roles.constants.ts
Normal file
10
src/utils/roles.constants.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
type rolesType = {
|
||||
[key: string]: string
|
||||
}
|
||||
|
||||
const ROLES: rolesType = {
|
||||
ASSIGNER: "répartiteur",
|
||||
TEAMLEAD: "référent",
|
||||
}
|
||||
|
||||
export default ROLES
|
Reference in New Issue
Block a user