diff options
Diffstat (limited to 'db/schema/rfq.ts')
| -rw-r--r-- | db/schema/rfq.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
