@arsedizioni/ars-utils 18.2.263 → 18.2.264

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.
@@ -172,7 +172,7 @@ export declare class ClipperSearchParams {
172
172
  model?: ClipperModel | null;
173
173
  models?: ClipperModel[] | null;
174
174
  module?: ClipperModule | null;
175
- modules?: ClipperModule[] | null;
175
+ modules?: NameValueItem<ClipperModule>[] | null;
176
176
  mode?: ClipperQueryReferencesMode | null;
177
177
  channels?: NameValueItem<ClipperChannel>[] | null;
178
178
  count?: number | null;