Skip to content

Commit

Permalink
remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorapo808 committed Jun 24, 2024
1 parent b5618de commit 3e87eab
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,20 +244,6 @@ export type ReviewFlagReportResponse<StreamChatGenerics extends ExtendableGeneri
flag_report: FlagReport<StreamChatGenerics>;
};

export type FlagFeedback<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {
app_pk: number;
created_at: string;
message_id: string;
labels?: MessageLabel;
};

export type Label<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {
name: string;
harm_labels?: string[];
phrase_list_ids?: number[];
};


export type BannedUsersResponse<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = APIResponse & {
bans?: Array<{
user: UserResponse<StreamChatGenerics>;
Expand Down

0 comments on commit 3e87eab

Please sign in to comment.