mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
dev day #92
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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