Skip to content

Commit 6b97d14

Browse files
authored
feat: add property team to type ChannelData (#1690)
1 parent 154dede commit 6b97d14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,6 +2514,7 @@ export type ChannelData = CustomChannelData &
25142514
blocklist_behavior: AutomodBehavior;
25152515
automod: Automod;
25162516
filter_tags: string[];
2517+
team?: string;
25172518
}>;
25182519

25192520
export type ChannelMute = {

0 commit comments

Comments
 (0)