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