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