@carsayo/types 1.1.7708 → 1.1.7709

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,6 +598,9 @@ export interface RegisterCar {
598
598
  * @notice 한 회원당 하나만 가능합니다.
599
599
  */
600
600
  isRepresentative: boolean;
601
+ count: {
602
+ accidentRegistration: number;
603
+ };
601
604
  created_at: Date;
602
605
  updated_at: Date;
603
606
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.7708",
3
+ "version": "1.1.7709",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",