UNPKG

coveo-search-ui

Version:

Coveo JavaScript Search Framework

9 lines (7 loc) 220 B
import { ICategoryFacetValue } from './CategoryFacetValue'; export interface ICategoryFacetResult { notImplemented?: boolean; field: string; values: ICategoryFacetValue[]; parentValues: ICategoryFacetValue[]; }