POLYGON_TYPE 추가

This commit is contained in:
hyojun.choi 2024-10-16 10:13:54 +09:00
parent ac08fb3bb3
commit 8d0e2b59a0

View File

@ -106,3 +106,8 @@ export const INPUT_TYPE = {
FREE: 'free',
DIMENSION: 'dimension',
}
export const POLYGON_TYPE = {
ROOF: 'roof',
TRESTLE: 'trestle',
}