mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
message_feed_top_notices: Convert module to typescript.
This commit is contained in:
@@ -16,7 +16,7 @@ type MessageListView = {
|
||||
_render_win_end: number;
|
||||
};
|
||||
|
||||
type MessageList = {
|
||||
export type MessageList = {
|
||||
table_name: string;
|
||||
view: MessageListView;
|
||||
selected_id: () => number;
|
||||
|
||||
Reference in New Issue
Block a user