This commit is contained in:
Tomas Dvorak
2025-11-14 15:53:12 +01:00
parent f3db65d350
commit c941313fd5
149 changed files with 4366 additions and 12935 deletions
+1
View File
@@ -9,6 +9,7 @@ export type CommentItem = {
target_label?: string;
parent_id?: number | null;
content: string;
content_html?: string;
status?: 'visible' | 'hidden';
is_edited?: boolean;
edited_at?: string | null;