mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Basic comments visualisation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
interface ICommentJSON {
|
||||
id: number;
|
||||
body: string;
|
||||
parent_id: number;
|
||||
user_full_name: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user