General improvements to postlist and post

This commit is contained in:
riggraz
2019-09-21 11:17:58 +02:00
parent 38345f9c42
commit 7874015580
11 changed files with 25 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ interface IPostJSON {
description?: string;
board_id: number;
post_status_id?: number;
comments_count: number;
user_id: number;
created_at: string;
}