@carsayo/types 1.1.891746 → 1.1.891747

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.
@@ -449,8 +449,6 @@ export interface RepairReview {
449
449
  images: string[];
450
450
  /** 리뷰 작성 일시 */
451
451
  created_at: Date;
452
- /** 리뷰 수정 일시 */
453
- updated_at: Date;
454
452
  }
455
453
  /** 수리 주소 정보 */
456
454
  export interface RepairAddress {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891746",
3
+ "version": "1.1.891747",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",