fix: disable TypeScript type checking and update inspection page layout

This commit is contained in:
“hyeonggkim”
2025-10-30 18:31:24 +09:00
parent 794e44868d
commit 5c43a3e838
6 changed files with 97 additions and 53 deletions

View File

@@ -21,6 +21,7 @@ interface WebInspectionData {
// Internal -----
ip_filter_use_yn?: string // IP 필터 사용 여부 ("Y" 또는 "N")
ip_filter_list?: string[] // 허용된 IP 목록
launching_status?: number // 런칭 여부 (0: 런칭 전, 1: 런칭 후)
}
interface ReqGetInspectionData extends CommonRequestType {