zhangzf 2 روز پیش
والد
کامیت
1c5d1cd864
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/types/checkout/type.ts

+ 0 - 1
src/types/checkout/type.ts

@@ -295,7 +295,6 @@ export interface CreateCheckoutAddressOperation {
 export interface Country {
   code: string;
   name: string;
-  // _id: number;
   id: string;
 }