fix(core): update

This commit is contained in:
2019-11-08 17:11:41 +01:00
parent 5139136af4
commit 105acaf97b
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,5 @@
export interface IRequestAuthPayload {
serverShortId: string;
}
}
export type TConnectionEvent = 'terminated' | 'error';