import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { SalesDataCreditmemoInterface } from './salesDataCreditmemoInterface'; export interface SalesDataCreditmemoSearchResultInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }