updated MatchRounds type
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
export interface MatchRounds {
|
||||
[key: string]: [
|
||||
{
|
||||
[key: string]: [equip: number, spent: number, bank: number];
|
||||
}
|
||||
];
|
||||
[key: string]: {
|
||||
[key: string]: number[];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user