shopoflex-types 1.0.35 → 1.0.37

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.
@@ -598,3 +598,11 @@ export interface SearchConfig {
598
598
  fields: string[];
599
599
  caseSensitive?: boolean;
600
600
  }
601
+ export interface successResponse {
602
+ data: any[];
603
+ totalPages: number;
604
+ currentPage: number;
605
+ count: number;
606
+ hasNextPage: boolean;
607
+ hasPrevPage: boolean;
608
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",