import { CustomerDataCustomerInterface } from './customerDataCustomerInterface'; import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; export interface CustomerDataCustomerSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }