From a78f26bc52a2ff032a8103f36a2a660cefa9fb64 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 7 Nov 2025 15:29:36 +0900 Subject: (김준회) 정규벤더 등록요청 결재 연결, 공통컴포넌트(미리보기) 연결, MDG 송신 공통함수 사용처리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/approval/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/approval/types.ts') diff --git a/lib/approval/types.ts b/lib/approval/types.ts index 7f3fe52b..9b9f0d7b 100644 --- a/lib/approval/types.ts +++ b/lib/approval/types.ts @@ -15,6 +15,7 @@ export interface ApprovalConfig { epId: string | null; email?: string; }; + attachments?: File[]; // 첨부파일 (선택사항) } export interface ApprovalResult { -- cgit v1.2.3