goals
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user