export interface CatalogShippingToCountriesResponseInterface { countries: string[]; displayName: string; }