import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { SalesDataTransactionInterface } from './salesDataTransactionInterface'; export interface SalesDataTransactionSearchResultInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }