This commit is contained in:
xianyi
2026-01-19 17:42:42 +08:00
parent e1320a67e4
commit ee66f383b1
3 changed files with 115 additions and 48 deletions

View File

@@ -152,6 +152,7 @@ export interface League {
isActive: boolean;
createdAt: string;
updatedAt: string;
matchCount?: number;
}
export interface GoalEvent {