import { FrameworkSearchAggregationValueInterface } from './frameworkSearchAggregationValueInterface'; export interface FrameworkSearchBucketInterface { name: string; values: Array; }