This commit is contained in:
Peter Maquiran
2022-07-04 16:45:44 +01:00
parent 2725bffc9f
commit 1a8be35a6e
5 changed files with 12 additions and 34 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export class UserSession {
UserName: string
Password: string
RochetChatUserId: string
Profile: 'PR' | 'MDGPR' | 'Consultant' | 'Department boss' | 'Assistant' | 'Director' | 'Deputy Director' | 'Secretariat' | 'Deputy Director' | 'General secretary' ;
Profile: 'PR' | 'MDGPR' | 'Consultant' | 'Department boss' | 'Assistant' | 'Director' | 'Deputy Director' | 'Secretariat' | 'Deputy Director' | 'General secretary' | 'Administrador';
LoginPreference: 'None' | 'Password' | 'Pin' | null;
PIN: string
Inactivity: boolean