import { CatalogDataProductRenderInterface } from './catalogDataProductRenderInterface'; export interface CatalogDataProductRenderSearchResultsInterface { items: Array; }