summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-06-27 01:25:48 +0000
committerjoonhoekim <26rote@gmail.com>2025-06-27 01:25:48 +0000
commit15b2d4ff61d0339385edd8cc67bf7579fcc2af08 (patch)
treef0c36724855abccf705a9cdcae6fa3efd54d996d /db/schema/index.ts
parente9897d416b3e7327bbd4d4aef887eee37751ae82 (diff)
(김준회) MDG SOAP 수신 유틸리티 및 API 엔드포인트, 스키마
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index b9491235..cb5a42d8 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -24,4 +24,7 @@ export * from './evaluationCriteria';
export * from './projectGtc';
// MDG SOAP 수신용
-// export * from './MDG/modelMaster'
+export * from './MDG/mdg'
+
+// SOAP 로깅 목적
+export * from './SOAP/soap'; \ No newline at end of file