Skip to content

Commit

Permalink
feat: block user update, block_user response (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadi authored Jun 10, 2024
1 parent 93d4491 commit ac60a91
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 ac60a91

Please sign in to comment.