fix(core): update

This commit is contained in:
2019-11-08 18:41:08 +01:00
parent c390881a4e
commit a23e7349be
3 changed files with 22 additions and 5 deletions

View File

@ -2,4 +2,4 @@ export interface IRequestAuthPayload {
serverShortId: string;
}
export type TConnectionEvent = 'terminated' | 'error';
export type TConnectionStatus = 'new' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';