mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +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