import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { QuoteDataCartInterface } from './quoteDataCartInterface'; export interface QuoteDataCartSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }