Skip to content

Commit

Permalink
block user update, block_user response
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadi committed Jun 10, 2024
1 parent 93d4491 commit f82bfe6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,6 @@ export type MuteUserResponse<StreamChatGenerics extends ExtendableGenerics = Def
};

export type BlockUserAPIResponse = APIResponse & {
blocks: BlockUserResponse[];
};
export type BlockUserResponse = APIResponse & {
blocked_at: string;
blocked_by_user_id: string;
blocked_user_id: string;
Expand Down

0 comments on commit f82bfe6

Please sign in to comment.