user_topics_ui: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-14 12:49:51 -07:00
committed by Tim Abbott
parent c50b28610c
commit a41d0b16e6
4 changed files with 13 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ export type MessageList = {
can_mark_messages_read: () => boolean;
can_mark_messages_read_without_setting: () => boolean;
rerender_view: () => void;
update_muting_and_rerender: () => void;
prevent_reading: () => void;
resume_reading: () => void;
data: MessageListData;