@carsayo/types 1.1.89165 → 1.1.89166

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.
@@ -865,9 +865,9 @@ export interface SellingAdditionalInfo {
865
865
  optprice: number;
866
866
  }[];
867
867
  /** 옵션 없음 */
868
- 옵션없음: boolean;
868
+ 옵션없음?: boolean;
869
869
  /** 직접 입력 */
870
- 직접입력: {
870
+ 직접입력?: {
871
871
  selected: boolean;
872
872
  content?: string;
873
873
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89165",
3
+ "version": "1.1.89166",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",