import { CatalogDataCategoryLinkExtensionInterface } from './catalogDataCategoryLinkExtensionInterface'; export interface CatalogDataCategoryLinkInterface { position?: number; categoryId: string; extensionAttributes?: CatalogDataCategoryLinkExtensionInterface; }