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