From 2b7548f621e1aba618698539c5df55938b0d5f85 Mon Sep 17 00:00:00 2001 From: devbini Date: Thu, 26 Jun 2025 00:32:49 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20DTO=20=EA=B0=9C=EC=B2=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 마감 하루전 --- src/types/lounge/loungeDto.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/lounge/loungeDto.d.ts b/src/types/lounge/loungeDto.d.ts index 9c4e5326..13357d90 100644 --- a/src/types/lounge/loungeDto.d.ts +++ b/src/types/lounge/loungeDto.d.ts @@ -90,6 +90,7 @@ interface GetLoungeProjectComment { interface GetEndingTomorrowProject { projectId: number; + postId: number; title: string; content: string; userNickname: string;