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 // 점검 여부 + 점검 시간 + 화이트 리스트 고려하여 계산된 결과