Clean up before I wrap up for the day.
This commit is contained in:
@@ -19,8 +19,8 @@ export interface Post {
|
||||
external_person_id?: null|string; // For IDAA this is the Novi UUID
|
||||
user_id?: null|string;
|
||||
|
||||
topic_id: string;
|
||||
topic: string; // or topic_name?
|
||||
topic_id?: string;
|
||||
topic?: string; // or topic_name?
|
||||
|
||||
// name: null|string;
|
||||
// summary?: null|string;
|
||||
|
||||
Reference in New Issue
Block a user