mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
narrow_title: Migrate module to typescript.
This commit is contained in:
committed by
Anders Kaseorg
parent
01abd96127
commit
e0fef6fdff
@@ -836,7 +836,7 @@ export function get_unread_topics(include_per_topic_latest_msg_id = false): Unre
|
||||
);
|
||||
}
|
||||
|
||||
type FullUnreadCountsData = {
|
||||
export type FullUnreadCountsData = {
|
||||
direct_message_count: number;
|
||||
mentioned_message_count: number;
|
||||
direct_message_with_mention_count: number;
|
||||
|
||||
Reference in New Issue
Block a user