From 1c6369e5588ab0a322aefedc48115a9dde1bc2a9 Mon Sep 17 00:00:00 2001 From: ddiu8081 Date: Thu, 26 Jan 2023 23:30:31 +0800 Subject: [PATCH] fix: export all message types --- src/types/message.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/types/message.ts b/src/types/message.ts index eb1afe4..966fc5c 100644 --- a/src/types/message.ts +++ b/src/types/message.ts @@ -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' \ No newline at end of file