mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-08-26 15:08:03 -04:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user