fix. 타입 에러 수정
This commit is contained in:
@@ -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 // 점검 여부 + 점검 시간 + 화이트 리스트 고려하여 계산된 결과
|
||||
|
||||
Reference in New Issue
Block a user