narrow_title: Migrate module to typescript.

This commit is contained in:
evykassirer
2023-12-21 21:02:47 -08:00
committed by Anders Kaseorg
parent 01abd96127
commit e0fef6fdff
3 changed files with 12 additions and 9 deletions

View File

@@ -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;