@chopkola/common 1.0.144 → 1.0.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,3 +150,6 @@ export interface VendorCreateOrEditProductPageData {
150
150
  categories: CategoryI[];
151
151
  product?: ProductAggregateI;
152
152
  }
153
+ export interface ProductDetailsData {
154
+ product: ProductAggregateI;
155
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.144",
3
+ "version": "1.0.145",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",