Skip to content

Commit

Permalink
feat: add first_reporter field to the FlagReport type (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirSoleimani committed Jun 14, 2022
1 parent 79ed099 commit bc74343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Expand Up @@ -199,6 +199,7 @@ export type FlagReport<StreamChatGenerics extends ExtendableGenerics = DefaultGe
user: UserResponse<StreamChatGenerics>;
created_at?: string;
details?: FlagDetails;
first_reporter?: UserResponse<StreamChatGenerics>;
review_result?: string;
reviewed_at?: string;
reviewed_by?: UserResponse<StreamChatGenerics>;
Expand Down

0 comments on commit bc74343

Please sign in to comment.