Skip to content

Commit

Permalink
fix: type for ChannelMemberResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Nov 29, 2023
1 parent 163aa97 commit 3564a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ export type ChannelMemberResponse<StreamChatGenerics extends ExtendableGenerics
is_moderator?: boolean;
role?: string;
shadow_banned?: boolean;
status?: string;
updated_at?: string;
user?: UserResponse<StreamChatGenerics>;
user_id?: string;
Expand Down

0 comments on commit 3564a32

Please sign in to comment.