浏览代码

ts_change

zhangzf 2 月之前
父节点
当前提交
9370cd1d49
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/types/checkout/type.ts

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

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