Ver código fonte

注释去掉

zhangzf 2 dias atrás
pai
commit
1c5d1cd864
1 arquivos alterados com 0 adições e 1 exclusões
  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;
 }