import { CatalogDataProductInterface } from './catalogDataProductInterface'; import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; export interface CatalogDataProductSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }