소스 검색

Merge branch 'zzf-account' into dev

zhangzf 2 일 전
부모
커밋
a6d8f81fbe
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;
 }