diff --git a/types/myPage.ts b/types/myPage.ts index 0a345c4..59ea608 100644 --- a/types/myPage.ts +++ b/types/myPage.ts @@ -5,7 +5,7 @@ export interface MyPageQuizHistory { contentId: string; contentTitle: string; thumbnail?: string | null; - preview?: string; + preview?: string | null; level: QuizLevel; score: number; totalQuestions: number;