mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
fix: type (#10280)
This commit is contained in:
parent
8ef518131d
commit
caccc068db
@ -21,7 +21,7 @@ export interface QuizMetaInfo {
|
||||
related?: string[]
|
||||
}
|
||||
|
||||
export type Difficulty = 'warm-up' | 'easy' | 'medium' | 'hard' | 'extreme' | 'pending'
|
||||
export type Difficulty = 'warm' | 'easy' | 'medium' | 'hard' | 'extreme' | 'pending'
|
||||
|
||||
export interface Quiz {
|
||||
no: number
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user