From 6c11fccc84f4c84fa72ee01f9caad9f76f35cea2 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 16 Sep 2025 09:20:58 +0000 Subject: (대표님, 최겸) 계약, 업로드 관련, 메뉴처리, 입찰, 프리쿼트, rfqLast관련, tbeLast관련 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/rfq.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/schema/rfq.ts') diff --git a/db/schema/rfq.ts b/db/schema/rfq.ts index 66357972..b07e3137 100644 --- a/db/schema/rfq.ts +++ b/db/schema/rfq.ts @@ -572,7 +572,7 @@ export const vendorCbeView = pgView("vendor_cbe_view").as((qb) => { }); // Types for TypeScript -export type VendorResponse = typeof vendorResponses.$inferSelect; +export type VendorResponse2 = typeof vendorResponses.$inferSelect; export type VendorTechnicalResponse = typeof vendorTechnicalResponses.$inferSelect; export type VendorCommercialResponse = typeof vendorCommercialResponses.$inferSelect; export type VendorResponseAttachment = typeof vendorResponseAttachments.$inferSelect; -- cgit v1.2.3