mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 03:50:45 +08:00
removed unnecessary any
This commit is contained in:
parent
8524646380
commit
037fbf8e8f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ interface Settings {
|
|||
correction: number;
|
||||
currentWordIndex: number;
|
||||
currentLetterIndex: number;
|
||||
wordsStatus: { [key: number]: any };
|
||||
wordsStatus: { [key: number]: true | undefined };
|
||||
timeout: NodeJS.Timeout | null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue