From 4a52e049f2039635d63b4cf32cb577ceadede245 Mon Sep 17 00:00:00 2001 From: geonhee-min Date: Tue, 16 Dec 2025 14:11:12 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#=20-=20DTO=20->SchedulerDTO=20?= =?UTF-8?q?=EB=82=B4=EB=B3=B4=EB=82=B4=EA=B8=B0=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c6588d1..88dcf2a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,4 +11,4 @@ export * from './scheduler/http/HttpResponseMessage'; export * from './scheduler/http/HttpApiUrl'; -export * as DTO from './scheduler/http/dto'; \ No newline at end of file +export * as SchedulerDTO from './scheduler/http/dto'; \ No newline at end of file