명칭 추가.

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

View File

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