Alokai

FacetResult

type FacetResult = {
  type: Scalars['String'];
  terms?: Maybe<Array<FacetResultTerm>>;
};

Referenced Types

On this page