mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add basic version of Comments component
This commit is contained in:
8
app/javascript/interfaces/json/IComment.ts
Normal file
8
app/javascript/interfaces/json/IComment.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
interface ICommentJSON {
|
||||
id: number;
|
||||
body: string;
|
||||
user_full_name: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
export default ICommentJSON;
|
||||
Reference in New Issue
Block a user