@arsedizioni/ars-utils 18.5.27 → 18.5.28

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.
@@ -316,6 +316,7 @@ export declare class ClipperSearchResult {
316
316
  facets?: ClipperSearchFacetsSnapshot | null;
317
317
  tags?: NameValueItem<string>[] | null;
318
318
  total?: number | null;
319
+ terms?: string[] | null;
319
320
  searchInfo?: any | null;
320
321
  searchParams?: ClipperSearchParams | null;
321
322
  snapshotMode?: ClipperQueryReferencesMode | null;