import { CatalogDataCategoryProductLinkExtensionInterface } from './catalogDataCategoryProductLinkExtensionInterface'; export interface CatalogDataCategoryProductLinkInterface { sku?: string; position?: number; categoryId: string; extensionAttributes?: CatalogDataCategoryProductLinkExtensionInterface; }