fix: disable TypeScript type checking and update inspection page layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user