topic list: Convert module to typescript.

This commit is contained in:
evykassirer
2024-01-19 18:04:52 -08:00
committed by Tim Abbott
parent 7154539e80
commit ea04f7d27d
3 changed files with 84 additions and 49 deletions

View File

@@ -13,7 +13,7 @@ import * as util from "./util";
const max_topics = 8;
const max_topics_with_unread = 12;
type TopicInfo = {
export type TopicInfo = {
topic_name: string;
topic_resolved_prefix: string;
topic_display_name: string;