Started pulling in the IDAA Bulletin Board code

This commit is contained in:
Scott Idem
2024-09-27 18:55:24 -04:00
parent 58928d07eb
commit 35c901f144
14 changed files with 588 additions and 269 deletions

View File

@@ -21,6 +21,7 @@ export interface Post {
topic_id?: string;
topic?: string; // or topic_name?
topic_name?: string;
// name: null|string;
// summary?: null|string;