@carsayo/types 1.1.89087 → 1.1.89088

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.
@@ -1,6 +1,8 @@
1
1
  export interface InsuranceCompany {
2
2
  /** 보험사 아이디값 */
3
3
  id: number;
4
+ /** 유형 */
5
+ type: string;
4
6
  /** 보험사 이름 */
5
7
  name: string;
6
8
  /** 보험사 로고 URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89087",
3
+ "version": "1.1.89088",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",