联赛显示
This commit is contained in:
10
types/api.ts
10
types/api.ts
@@ -88,11 +88,11 @@ export interface LiveScoreMatch {
|
||||
substitutes?: {
|
||||
time: string;
|
||||
home_scorer:
|
||||
| { in: string; out: string; in_id: number; out_id: number }
|
||||
| any[];
|
||||
| { in: string; out: string; in_id: number; out_id: number }
|
||||
| any[];
|
||||
away_scorer:
|
||||
| { in: string; out: string; in_id: number; out_id: number }
|
||||
| any[];
|
||||
| { in: string; out: string; in_id: number; out_id: number }
|
||||
| any[];
|
||||
info: string;
|
||||
info_time: string;
|
||||
score: string;
|
||||
@@ -153,7 +153,7 @@ export interface League {
|
||||
isActive: boolean;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
matchCount?: number;
|
||||
matchCount: number;
|
||||
}
|
||||
|
||||
export interface GoalEvent {
|
||||
|
||||
Reference in New Issue
Block a user