import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { SalesDataOrderInterface } from './salesDataOrderInterface'; export interface SalesDataOrderSearchResultInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }