import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { TaxDataTaxRuleInterface } from './taxDataTaxRuleInterface'; export interface TaxDataTaxRuleSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }