diff --git a/frontend/components/global/product-detail/InfoCard.vue b/frontend/components/global/product-detail/InfoCard.vue index 1708fa0..73ae7e2 100644 --- a/frontend/components/global/product-detail/InfoCard.vue +++ b/frontend/components/global/product-detail/InfoCard.vue @@ -1,20 +1,30 @@ \ No newline at end of file + diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index 2d0f492..205252a 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -112,6 +112,8 @@ declare global { best_deal_price_before_discount: string; best_deal_price_after_discount: string; best_deal_discount: number; + customer_pickup_title: null | string; + customer_pickup_description: null | string; }; type ProductListItem = Pick<