@catcessory/common
Advanced tools
Comparing version 1.0.362 to 1.0.363
import { Subjects } from './subjects'; | ||
import { InventoryType } from './types/inventory-type'; | ||
export interface CartCheckoutEvent { | ||
@@ -12,2 +13,3 @@ subject: Subjects.CartCheckout; | ||
productPrice: string; | ||
InventoryType: InventoryType; | ||
inventoryImage: string; | ||
@@ -14,0 +16,0 @@ inventoryName: string; |
{ | ||
"name": "@catcessory/common", | ||
"version": "1.0.362", | ||
"version": "1.0.363", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
62758
1807