This commit is contained in:
2025-10-02 21:38:16 +08:00
parent aac1992dba
commit 3a99d03427

View File

@@ -138,6 +138,7 @@ export interface CommentWithResource {
resource: Resource; resource: Resource;
content_truncated: boolean; content_truncated: boolean;
reply_count: number; reply_count: number;
replies: Comment[];
} }
export interface CommentWithRef { export interface CommentWithRef {