Add post updates

This commit is contained in:
riggraz
2019-10-01 19:15:03 +02:00
parent be8f003d70
commit 034a5ab708
12 changed files with 113 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ interface IComment {
id: number;
body: string;
parentId: number;
isPostUpdate: boolean;
userFullName: string;
userEmail: string;
updatedAt: string;