mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
zulip_test: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
fd8b2c557f
commit
d507706371
@@ -48,6 +48,7 @@ export type MessageList = {
|
||||
messages: Message[],
|
||||
append_opts: {messages_are_new: boolean},
|
||||
) => RenderInfo | undefined;
|
||||
last: () => Message | undefined;
|
||||
};
|
||||
|
||||
export let current: MessageList | undefined;
|
||||
|
||||
Reference in New Issue
Block a user