@djaouad10/shared-types 1.0.7 → 1.0.9

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.
Files changed (2) hide show
  1. package/index.d.ts +9 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2411,4 +2411,13 @@ declare const ourFileRouter: {
2411
2411
  };
2412
2412
  export type OurFileRouter = typeof ourFileRouter;
2413
2413
 
2414
+ export {
2415
+ Color,
2416
+ DeliveryType,
2417
+ OrderStatus,
2418
+ Role,
2419
+ ShippingProvider,
2420
+ Size,
2421
+ };
2422
+
2414
2423
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"