mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Enhance comment functionality with image support and validation.
This commit is contained in:
@@ -111,6 +111,7 @@ export interface Comment {
|
||||
content: string;
|
||||
created_at: string;
|
||||
user: User;
|
||||
images: Image[];
|
||||
}
|
||||
|
||||
export interface CommentWithResource {
|
||||
|
Reference in New Issue
Block a user