updated result type

This commit is contained in:
Miodec 2022-02-12 18:02:30 +01:00
parent 3a1de8d64f
commit b49e4b890b

View file

@ -208,7 +208,7 @@ export declare interface Result {
lazyMode?: boolean;
difficulty?: Difficulty;
funbox?: string;
language?: string | null;
language: string;
numbers?: boolean;
punctuation?: boolean;
}