@carsayo/types 1.1.89149 → 1.1.89150

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.
@@ -269,7 +269,7 @@ export interface OrderReview {
269
269
  writer: {
270
270
  id: string;
271
271
  name: string;
272
- imageUrl: string | null;
272
+ imageUrl: string;
273
273
  };
274
274
  created_at: Date;
275
275
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89149",
3
+ "version": "1.1.89150",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",