@getlupa/client 0.6.0-alpha-17 → 0.6.0-alpha-20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,6 +143,7 @@ export declare type ResultFacetOptions = {
143
143
  type: FacetStyle;
144
144
  };
145
145
  exclude?: string[];
146
+ expand?: string[];
146
147
  facetFilterQueries?: Record<string, FacetFilterQuery>;
147
148
  };
148
149
  export declare type SearchResultsFilterOptions = {