aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-rw-r--r--src/types/guess.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/types/guess.ts b/src/types/guess.ts
index ea5a6ad..20f1a5a 100644
--- a/src/types/guess.ts
+++ b/src/types/guess.ts
@@ -6,8 +6,8 @@ export type GuessType = {
};
export const enum GuessState {
- Correct = 0,
- PartiallyCorrect = 1,
- Incorrect = 2,
- Skipped = 3,
+ Correct = "Correct",
+ PartiallyCorrect = "PartiallyCorrect",
+ Incorrect = "Incorrect",
+ Skipped = "Skipped",
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage