mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve filter callback
This commit is contained in:
@@ -8,5 +8,6 @@ export interface wsCallbacksParams {
|
||||
|
||||
export interface msgQueue {
|
||||
message: object,
|
||||
requestId: string
|
||||
requestId: string,
|
||||
loginRequired: boolean
|
||||
}
|
||||
@@ -57,6 +57,7 @@ export class UserSession {
|
||||
}[]
|
||||
UserName: string
|
||||
Password: string
|
||||
RochetChatUser: string
|
||||
Profile: any;
|
||||
LoginPreference: 'None' | 'Password' | 'Pin' | null;
|
||||
PIN: string
|
||||
|
||||
Reference in New Issue
Block a user