images for forum and forum comments

This commit is contained in:
jackiettran
2025-12-13 20:32:25 -05:00
parent 55e08e14b8
commit 5e01bb8cff
7 changed files with 294 additions and 92 deletions

View File

@@ -266,6 +266,9 @@ export interface ForumPost {
isPinned: boolean;
acceptedAnswerId?: string;
imageFilenames?: string[];
zipCode?: string;
latitude?: number;
longitude?: number;
isDeleted?: boolean;
deletedBy?: string;
deletedAt?: string;