summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-08-06 04:23:40 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-08-06 04:23:40 +0000
commitde2ac5a2860bc25180971e7a11f852d9d44675b7 (patch)
treeb931c363f2cb19e177a0a7b17190d5de2a82d709 /db/schema/index.ts
parent6c549b0f264e9be4d60af38f9efc05b189d6849f (diff)
(대표님) 정기평가, 법적검토, 정책, 가입관련 처리 및 관련 컴포넌트 추가, 메뉴 변경
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index 87ea224a..8af7d74a 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -31,6 +31,8 @@ export * from './notification';
export * from './templates';
export * from './gtc';
export * from './docu-list-rule';
+export * from './legal';
+export * from './consent';
// 부서별 도메인 할당 관리
export * from './departmentDomainAssignments';