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