File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ type LocalAttachmentType = Record<string, unknown>;
2727type LocalChannelType = Record < string , unknown > ;
2828type LocalCommandType = string ;
2929type LocalEventType = Record < string , unknown > ;
30+ type LocalMemberType = Record < string , unknown > ;
3031type LocalMessageType = Record < string , unknown > ;
3132type LocalPollOptionType = Record < string , unknown > ;
3233type LocalPollType = Record < string , unknown > ;
@@ -38,6 +39,7 @@ type StreamChatGenerics = {
3839 channelType : LocalChannelType ;
3940 commandType : LocalCommandType ;
4041 eventType : LocalEventType ;
42+ memberType : LocalMemberType ;
4143 messageType : LocalMessageType ;
4244 pollOptionType : LocalPollOptionType ;
4345 pollType : LocalPollType ;
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ type LocalAttachmentType = Record<string, unknown>;
4141type LocalChannelType = Record < string , unknown > ;
4242type LocalCommandType = string ;
4343type LocalEventType = Record < string , unknown > ;
44+ type LocalMemberType = Record < string , unknown > ;
4445type LocalMessageType = Record < string , unknown > ;
4546type LocalPollOptionType = Record < string , unknown > ;
4647type LocalPollType = Record < string , unknown > ;
@@ -52,6 +53,7 @@ type StreamChatGenerics = {
5253 channelType : LocalChannelType ;
5354 commandType : LocalCommandType ;
5455 eventType : LocalEventType ;
56+ memberType : LocalMemberType ;
5557 messageType : LocalMessageType ;
5658 pollOptionType : LocalPollOptionType ;
5759 pollType : LocalPollType ;
You can’t perform that action at this time.
0 commit comments