From 0297b3d690ea5819cef8431db3cf9f3b91398813 Mon Sep 17 00:00:00 2001 From: clkim Date: Wed, 18 Mar 2026 16:23:53 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=ED=83=80=EC=9E=85=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/types/InspectionType.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layers/types/InspectionType.ts b/layers/types/InspectionType.ts index 846c84d..64e62b9 100644 --- a/layers/types/InspectionType.ts +++ b/layers/types/InspectionType.ts @@ -24,9 +24,7 @@ interface WebInspectionData { launching_status?: number // 런칭 여부 (0: 런칭 전, 1: 런칭 후) } -interface ReqGetInspectionData extends CommonRequestType { - // do nothing -} +type ReqGetInspectionData = CommonRequestType interface DtoGetInspectionData { inspection_status?: number // 점검 여부 + 점검 시간 + 화이트 리스트 고려하여 계산된 결과