mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 05:26:54 +08:00
difficulty is required
This commit is contained in:
parent
b49e4b890b
commit
9329487bcb
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ export declare interface Result {
|
|||
bailedOut?: boolean;
|
||||
blindMode?: boolean;
|
||||
lazyMode?: boolean;
|
||||
difficulty?: Difficulty;
|
||||
difficulty: Difficulty;
|
||||
funbox?: string;
|
||||
language: string;
|
||||
numbers?: boolean;
|
||||
|
|
Loading…
Add table
Reference in a new issue