import { CatalogDataCategoryAttributeInterface } from './catalogDataCategoryAttributeInterface'; import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; export interface CatalogDataCategoryAttributeSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }