mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Implement basic version of likes
This commit is contained in:
@@ -4,7 +4,10 @@ interface IPostJSON {
|
||||
description?: string;
|
||||
board_id: number;
|
||||
post_status_id?: number;
|
||||
likes_count: number;
|
||||
liked: number;
|
||||
comments_count: number;
|
||||
hotness: number;
|
||||
user_id: number;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user