Skip to content

Commit

Permalink
feat: support custom member data in StreamChatGenerics
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Nov 13, 2024
1 parent efa0736 commit 591c47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export type DefaultStreamChatGenerics = ExtendableGenerics & {
channelType: DefaultChannelType;
commandType: LiteralStringForUnion;
eventType: UnknownType;
memberType: UnknownType;
messageType: DefaultMessageType;
pollOptionType: UnknownType;
pollType: UnknownType;
Expand Down

0 comments on commit 591c47f

Please sign in to comment.