updated Match.ts to use correct type

This commit is contained in:
2022-03-25 15:48:43 +01:00
parent 16addf0bca
commit 0a355ff2bd

View File

@@ -15,5 +15,5 @@ export interface Match {
game_ban: boolean;
avg_rank?: number;
tick_rate?: number;
stats?: MatchStats;
stats?: MatchStats[];
}