mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
removed smooth consistency and unsmoothed raw. part of #3878
This commit is contained in:
parent
0e977a7c38
commit
aba0f27c06
1 changed files with 0 additions and 2 deletions
2
backend/src/types/types.d.ts
vendored
2
backend/src/types/types.d.ts
vendored
|
@ -359,7 +359,6 @@ declare namespace MonkeyTypes {
|
|||
wpm: number[];
|
||||
raw: number[];
|
||||
err: number[];
|
||||
unsmoothedRaw?: number[];
|
||||
}
|
||||
|
||||
interface KeyStats {
|
||||
|
@ -412,7 +411,6 @@ declare namespace MonkeyTypes {
|
|||
keySpacing: number[] | "toolong";
|
||||
keyDuration: number[] | "toolong";
|
||||
customText: MonkeyTypes.CustomText;
|
||||
smoothConsistency: number;
|
||||
wpmConsistency: number;
|
||||
lang: string;
|
||||
challenge?: string | null;
|
||||
|
|
Loading…
Add table
Reference in a new issue