명칭 추가.

This commit is contained in:
Jaeyoung Lee 2024-10-18 10:46:32 +09:00
parent b3ecda5637
commit f001408b36

View File

@ -66,8 +66,13 @@ export const LINE_TYPE = {
}, },
SUBLINE: { SUBLINE: {
/** /**
* * 추녀 / 마루 / 박공 / 지붕골 / 박공단
*/ */
HIP: 'hip',
RIDGE: 'ridge',
GABLE: 'gable',
VALLEY: 'valley',
VERGE: 'verge',
}, },
} }