Explorar o código

refactor(types): socket event

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
07d593ca84
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/socket.ts

+ 1 - 0
types/src/interface/socket.ts

@@ -2,4 +2,5 @@
 export enum SocketEvent {
   TEST = 'test',
   JOIN = 'join',
+  NOTIFY = 'notify',
 }