import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { SalesRuleDataRuleInterface } from './salesRuleDataRuleInterface'; export interface SalesRuleDataRuleSearchResultInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }