added all roles

This commit is contained in:
2026-03-02 14:49:15 -06:00
parent 8aa0eab353
commit 0323c93ca3
22 changed files with 233 additions and 92 deletions
+6 -4
View File
@@ -1,5 +1,7 @@
export enum Role {
ADMINISTRADOR = 'ADMINISTRADOR',
OPERADOR = 'OPERADOR',
}
ADMINISTRADOR = 1,
ATENCION_USUARIOS = 2,
SERVICIO_SOCIAL = 3,
SUPER_ADMINISTRADOR = 4,
PCPUMA = 5,
}