Skip to content

Commit

Permalink
fix: export all message types
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Jan 26, 2023
1 parent 734bf40 commit 1c6369e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/types/message.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
export type {
AttentionChangeMsg,
LiveStartMsg,
LiveEndMsg,
AnchorLotteryEndMsg,
AnchorLotteryStartMsg,
DanmuMsg,
GuardBuyMsg,
UserActionMsg,
LikedChangeMsg,
RankCountChangeMsg,
RedPocketStartMsg,
RedPocketEndMsg,
RoomAdminSetMsg,
RoomInfoChangeMsg,
RoomSilentMsg,
GiftMsg,
SuperChatMsg,
RoomWarnMsg,
WatchedChangeMsg,
} from '../parser'

0 comments on commit 1c6369e

Please sign in to comment.