mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
compose_notifications: Convert module to typescript.
This commit is contained in:
committed by
Anders Kaseorg
parent
62a636068e
commit
1f21510dd4
@@ -28,6 +28,8 @@ type MessageList = {
|
||||
can_mark_messages_read_without_setting: () => boolean;
|
||||
resume_reading: () => void;
|
||||
data: MessageListData;
|
||||
select_id: (message_id: number) => void;
|
||||
get_row: (message_id: number) => JQuery;
|
||||
};
|
||||
|
||||
export let home: MessageList | undefined;
|
||||
|
||||
Reference in New Issue
Block a user