images for forum and forum comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user