import { CmsDataPageInterface } from './cmsDataPageInterface'; import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; export interface CmsDataPageSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }