condense: Convert module to Typescript.

This commit is contained in:
Temidayo32
2024-03-07 20:46:14 +00:00
committed by Tim Abbott
parent e00641b0c4
commit 42dd55df42
3 changed files with 24 additions and 20 deletions

View File

@@ -86,6 +86,7 @@ export type MessageWithBooleans = (
stream_wildcard_mentioned: boolean;
topic_wildcard_mentioned: boolean;
collapsed: boolean;
condensed?: boolean;
alerted: boolean;
};