mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add post updates
This commit is contained in:
@@ -2,6 +2,7 @@ interface IComment {
|
||||
id: number;
|
||||
body: string;
|
||||
parentId: number;
|
||||
isPostUpdate: boolean;
|
||||
userFullName: string;
|
||||
userEmail: string;
|
||||
updatedAt: string;
|
||||
|
||||
Reference in New Issue
Block a user