import { CatalogDataProductRenderImageExtensionInterface } from './catalogDataProductRenderImageExtensionInterface'; export interface CatalogDataProductRenderImageInterface { url: string; code: string; height: number; width: number; label: string; resizedWidth: number; resizedHeight: number; extensionAttributes?: CatalogDataProductRenderImageExtensionInterface; }