Forráskód Böngészése

Merge branch 'zzf-account' into dev

zhangzf 2 napja
szülő
commit
a6d8f81fbe
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;
 }