feat: add announcements on threads

This commit is contained in:
2025-12-23 19:02:08 -08:00
parent 9edf95078d
commit 0dba248370
8 changed files with 829 additions and 4 deletions
@@ -21,5 +21,6 @@ export interface AnnouncementResponse {
content: string;
title: string;
};
threads: Array<string>;
twitter: Array<string>;
}