From caccc068db5b88a563c8feff32688c8857b79f76 Mon Sep 17 00:00:00 2001 From: zz <2418184580@qq.com> Date: Tue, 17 May 2022 17:31:35 +0800 Subject: [PATCH] fix: type (#10280) --- scripts/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/types.ts b/scripts/types.ts index 747c5ace..9b8afff2 100644 --- a/scripts/types.ts +++ b/scripts/types.ts @@ -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