added price_after_discount to product variant type
This commit is contained in:
Vendored
+1
@@ -81,6 +81,7 @@ declare global {
|
||||
id: number;
|
||||
product_attributes: ProductVariantAttribute[];
|
||||
price: string;
|
||||
price_after_discount: string;
|
||||
in_pack_items: ProductInPackItem[];
|
||||
details: ProductDetail[];
|
||||
images: ProductImage[];
|
||||
|
||||
Reference in New Issue
Block a user