Skip to content

Commit dd1c6e5

Browse files
authored
fix: add team to reviewqueue filter types (#1445)
1 parent 0523e36 commit dd1c6e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,6 +3543,8 @@ export type ReviewQueueFilters = QueryFilters<
35433543
has_text?: boolean;
35443544
} & {
35453545
has_video?: boolean;
3546+
} & {
3547+
team?: string;
35463548
}
35473549
>;
35483550

0 commit comments

Comments
 (0)