From 8d0e2b59a0b2dea115f042bc562bc28b1a2561b1 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 16 Oct 2024 10:13:54 +0900 Subject: [PATCH] =?UTF-8?q?POLYGON=5FTYPE=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/common.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/common.js b/src/common/common.js index 09f742f2..ebb394d3 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -106,3 +106,8 @@ export const INPUT_TYPE = { FREE: 'free', DIMENSION: 'dimension', } + +export const POLYGON_TYPE = { + ROOF: 'roof', + TRESTLE: 'trestle', +}