import { CatalogDataProductAttributeInterface } from './catalogDataProductAttributeInterface'; import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; export interface CatalogDataProductAttributeSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }