mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
General improvements to postlist and post
This commit is contained in:
@@ -4,6 +4,7 @@ interface IPostJSON {
|
||||
description?: string;
|
||||
board_id: number;
|
||||
post_status_id?: number;
|
||||
comments_count: number;
|
||||
user_id: number;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user