From ee57cc221ff2edafd3c0f12a181214c602ed257e Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 22 Jul 2025 02:57:00 +0000 Subject: (대표님, 최겸) 이메일 템플릿, 벤더데이터 변경사항 대응, 기술영업 변경요구사항 구현 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/file-stroage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/file-stroage.ts') diff --git a/lib/file-stroage.ts b/lib/file-stroage.ts index beca05ee..eab52364 100644 --- a/lib/file-stroage.ts +++ b/lib/file-stroage.ts @@ -367,7 +367,7 @@ interface SaveBufferOptions { userId?: string; } -interface SaveFileResult { +export interface SaveFileResult { success: boolean; filePath?: string; publicPath?: string; -- cgit v1.2.3