Skip to content

Commit 6d39a5f

Browse files
[CHA-792] - Unread count by team (#1574)
1 parent cd405f8 commit 6d39a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ export type GetUnreadCountAPIResponse = APIResponse & {
603603
}[];
604604
total_unread_count: number;
605605
total_unread_threads_count: number;
606+
total_unread_count_by_team?: Record<string, number>;
606607
};
607608

608609
export type ChatLevelPushPreference = 'all' | 'none' | 'mentions' | (string & {});

0 commit comments

Comments
 (0)