This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
SmartCost
/
SCCommon
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
refactor(types): socket event
qinlaiqiao
hace 4 años
padre
b8ed2d7102
commit
07d593ca84
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
types/src/interface/socket.ts
+ 1
- 0
types/src/interface/socket.ts
Ver fichero
@@ -2,4 +2,5 @@
export enum SocketEvent {
TEST = 'test',
JOIN = 'join',
+ NOTIFY = 'notify',
}