This website works better with JavaScript
Home
Explore
Help
Sign In
SmartCost
/
SCCommon
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
refactor(types): socket event
qinlaiqiao
4 years ago
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
View File
@@ -2,4 +2,5 @@
export enum SocketEvent {
export enum SocketEvent {
TEST = 'test',
TEST = 'test',
JOIN = 'join',
JOIN = 'join',
+ NOTIFY = 'notify',
}
}