Skip to content

Commit

Permalink
fix: added missing MessageGroup export
Browse files Browse the repository at this point in the history
  • Loading branch information
supersnager committed Sep 27, 2023
1 parent 80eefea commit 21bf7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -6,6 +6,7 @@ export * from "./BasicStorage";
export * from "./ChatMessage";
export * from "./Conversation";
export * from "./ConversationRole";
export * from "./MessageGroup";
export * from "./Participant";
export * from "./Presence";
export * from "./Types";
Expand Down

0 comments on commit 21bf7c9

Please sign in to comment.