import { EavDataAttributeGroupInterface } from './eavDataAttributeGroupInterface'; import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; export interface EavDataAttributeGroupSearchResultsInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }