mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
added legacy parameters
incorrect tags type missing optional "toolong"
This commit is contained in:
parent
dcbdca0990
commit
8d8232ff4f
1 changed files with 4 additions and 2 deletions
|
@ -184,6 +184,8 @@ export declare interface Result {
|
|||
wpm: number;
|
||||
rawWpm: number;
|
||||
charStats: number[];
|
||||
correctChars?: number; // --------------
|
||||
incorrectChars?: number; // legacy results
|
||||
acc: number;
|
||||
mode: Mode;
|
||||
mode2: WordsModes | TimeModes;
|
||||
|
@ -193,10 +195,10 @@ export declare interface Result {
|
|||
incompleteTestSeconds: number;
|
||||
testDuration: number;
|
||||
afkDuration: number;
|
||||
tags: Tag[];
|
||||
tags: string[];
|
||||
consistency: number;
|
||||
keyConsistency: number;
|
||||
chartData: ChartData;
|
||||
chartData: ChartData | "toolong";
|
||||
uid: string;
|
||||
keySpacingStats: KeyStats;
|
||||
keyDurationStats: KeyStats;
|
||||
|
|
Loading…
Add table
Reference in a new issue