updated comment

This commit is contained in:
landaiqing
2024-09-24 21:38:48 +08:00
parent a5624466ae
commit e4b9214840
4 changed files with 254 additions and 210 deletions

View File

@@ -27,7 +27,7 @@ interface CommentContent {
images: string[];
}
interface ReplyCommentParams {
export interface ReplyCommentParams {
user_id: string,
topic_id: string,
content: string,