nextemos 5.3.1 → 5.3.2

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.
@@ -140,6 +140,7 @@ export interface ITotal {
140
140
  export interface ICartItemInfo {
141
141
  status: string;
142
142
  message: string;
143
+ [key: string]: any;
143
144
  }
144
145
  export interface IGiftCardInfo {
145
146
  fromName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",