@arsedizioni/ars-utils 18.2.272 → 18.2.273

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.
@@ -544,7 +544,7 @@ export declare class ClipperUtils {
544
544
  * @param modules : the modules list
545
545
  * @returns the list of availbale sort options
546
546
  */
547
- static getClipperAvailableSortOptions(modules?: ClipperModule[] | null | undefined, params?: ClipperSearchParams | null | undefined): NameValueItem<ClipperSort>[];
547
+ static getClipperAvailableSortOptions(modules?: NameValueItem<ClipperModule>[] | null | undefined, params?: ClipperSearchParams | null | undefined): NameValueItem<ClipperSort>[];
548
548
  }
549
549
  export declare class ClipperSearchUtils {
550
550
  /**