Browse Source

refactor(types): socket event

qinlaiqiao 4 years ago
parent
commit
07d593ca84
1 changed files with 1 additions and 0 deletions
  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',
 }