fix: Export these types as they're used in for-web (#182)

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht
2026-08-07 23:27:01 -06:00
committed by GitHub
parent 528062b937
commit 5f8a2869a5
+1
View File
@@ -4,6 +4,7 @@ export type { ClientOptions, Session as PrivateSession } from "./Client.js";
export * from "./classes/index.js";
export * from "./collections/index.js";
export { ConnectionState, EventClient } from "./events/EventClient.js";
export { ProtocolV1 } from "./events/v1.js";
export { BotFlags } from "./hydration/bot.js";
export { ServerFlags } from "./hydration/server.js";
export { UserBadges, UserFlags } from "./hydration/user.js";