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
@@ -21,6 +21,7 @@ export type MatchOverrideInput = {
away_name_override?: string | null;
venue_override?: string | null;
date_time_override?: string | null; // ISO string
score_override?: string | null;
home_logo_url?: string | null;
away_logo_url?: string | null;
notes?: string | null;
+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;