From ab84071f99c66a0d3d49a96069c22b2d8e59d3c4 Mon Sep 17 00:00:00 2001 From: uiuuoq Date: Thu, 30 Apr 2026 18:28:05 +0900 Subject: [PATCH] =?UTF-8?q?DP-437:=20MyPageQuizHistory=20preview=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=20null=20=ED=97=88=EC=9A=A9=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/myPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;