updated Match.ts to use correct type
This commit is contained in:
@@ -15,5 +15,5 @@ export interface Match {
|
|||||||
game_ban: boolean;
|
game_ban: boolean;
|
||||||
avg_rank?: number;
|
avg_rank?: number;
|
||||||
tick_rate?: number;
|
tick_rate?: number;
|
||||||
stats?: MatchStats;
|
stats?: MatchStats[];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user