mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add comment functionality.
This commit is contained in:
@@ -89,3 +89,10 @@ export interface UploadingFile {
|
||||
storageId: number;
|
||||
resourceId: number;
|
||||
}
|
||||
|
||||
export interface Comment {
|
||||
id: number;
|
||||
content: string;
|
||||
created_at: string;
|
||||
user: User;
|
||||
}
|
||||
|
Reference in New Issue
Block a user