import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { SalesRuleDataCouponInterface } from './salesRuleDataCouponInterface'; export interface SalesRuleDataCouponSearchResultInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }