import { CatalogDataProductRenderButtonInterface } from './catalogDataProductRenderButtonInterface'; export interface CatalogDataProductRenderExtensionInterface { reviewHtml?: string; wishlistButton?: CatalogDataProductRenderButtonInterface; }