mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
General improvements to postlist and post
This commit is contained in:
@@ -4,6 +4,7 @@ interface IPost {
|
||||
description?: string;
|
||||
boardId: number;
|
||||
postStatusId?: number;
|
||||
commentsCount: number;
|
||||
userId: number;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
@@ -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