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 ICommentJSON {
id: number;
body: string;
parent_id: number;
is_post_update: boolean;
user_full_name: string;
user_email: string;
updated_at: string;