mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 05:26:54 +08:00
incorrect mode2 type
This commit is contained in:
parent
632808bf23
commit
3a1de8d64f
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export declare interface Result {
|
|||
incorrectChars?: number; // legacy results
|
||||
acc: number;
|
||||
mode: Mode;
|
||||
mode2: number | "custom";
|
||||
mode2: number | "custom" | "zen";
|
||||
quoteLength: number;
|
||||
timestamp: number;
|
||||
restartCount: number;
|
||||
|
|
Loading…
Add table
Reference in a new issue