Type alias FacetHit

FacetHit: {
    count: number;
    value: string;
}

Type declaration

  • count: number
  • value: string