Skip to content

Commit 1c6369e

Browse files
committed
fix: export all message types
1 parent 734bf40 commit 1c6369e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/types/message.ts

+12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
export type {
22
AttentionChangeMsg,
3+
LiveStartMsg,
4+
LiveEndMsg,
5+
AnchorLotteryEndMsg,
6+
AnchorLotteryStartMsg,
37
DanmuMsg,
48
GuardBuyMsg,
59
UserActionMsg,
10+
LikedChangeMsg,
11+
RankCountChangeMsg,
12+
RedPocketStartMsg,
13+
RedPocketEndMsg,
14+
RoomAdminSetMsg,
15+
RoomInfoChangeMsg,
16+
RoomSilentMsg,
617
GiftMsg,
718
SuperChatMsg,
19+
RoomWarnMsg,
820
WatchedChangeMsg,
921
} from '../parser'

0 commit comments

Comments
 (0)