fix. 타입 에러 수정

This commit is contained in:
clkim
2026-03-18 16:23:53 +09:00
parent 5adec1d48c
commit 0297b3d690

View File

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