This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
SmartCost
/
SCCommon
Seguir
4
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
refactor(types): socket event
qinlaiqiao
%!s(int64=4) %!d(string=hai) anos
pai
b8ed2d7102
achega
07d593ca84
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
types/src/interface/socket.ts
+ 1
- 0
types/src/interface/socket.ts
Ver ficheiro
@@ -2,4 +2,5 @@
export enum SocketEvent {
TEST = 'test',
JOIN = 'join',
+ NOTIFY = 'notify',
}