This commit is contained in:
xianyi
2026-01-19 17:42:55 +08:00
7 changed files with 439 additions and 51 deletions

View File

@@ -36,6 +36,7 @@ export interface Match {
leagueId?: number;
isLive?: boolean;
meta?: string;
odds?: OddsItem[];
}
export interface LiveScoreMatch {