This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
SmartCost
/
SCCommon
Vigiar
4
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Browse Source
refactor(types): socket event
qinlaiqiao
4 years atrás
parent
b8ed2d7102
commit
07d593ca84
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
types/src/interface/socket.ts
+ 1
- 0
types/src/interface/socket.ts
Ver Ficheiro
@@ -2,4 +2,5 @@
export enum SocketEvent {
export enum SocketEvent {
TEST = 'test',
TEST = 'test',
JOIN = 'join',
JOIN = 'join',
+ NOTIFY = 'notify',
}
}