import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { TaxDataTaxClassInterface } from './taxDataTaxClassInterface'; export interface TaxDataTaxClassSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }