mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
dev day #92
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user