From 450234437267cdd9cdf196d5d37657708062bef5 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 25 Sep 2025 03:15:45 +0000 Subject: (최겸) 구매 기준정보, 로그인 용어, 입찰 내정가 산정 로직 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/vendor-basic-info/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vendor-basic-info/types.ts') diff --git a/lib/vendor-basic-info/types.ts b/lib/vendor-basic-info/types.ts index ead3a44c..58b61957 100644 --- a/lib/vendor-basic-info/types.ts +++ b/lib/vendor-basic-info/types.ts @@ -127,6 +127,7 @@ export interface VendorData { email: string; website: string; status: string; + isAssociationMember: string | null; representativeName: string; representativeBirth: string; representativeEmail: string; -- cgit v1.2.3