This commit is contained in:
2026-06-30 11:13:19 -05:00
parent 63108cb5a1
commit 2a57be6e2f
4 changed files with 96 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export type MatchStatus =
export interface GoalEvent {
scorer: string; // Torschützen-Name
minute: number; // Spielminute
minute: string; // Spielminute (z.B. "72", "90+1")
team: "home" | "away";
}