Skip to content

Commit

Permalink
fix: add team to reviewqueue filter types (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
varbhat authored Jan 24, 2025
1 parent 0523e36 commit dd1c6e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3543,6 +3543,8 @@ export type ReviewQueueFilters = QueryFilters<
has_text?: boolean;
} & {
has_video?: boolean;
} & {
team?: string;
}
>;

Expand Down

0 comments on commit dd1c6e5

Please sign in to comment.