nmr-processing 22.10.2 → 22.10.3

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.
@@ -1639,7 +1639,7 @@ export declare interface PredictAllOptions {
1639
1639
  logger?: Logger;
1640
1640
  }
1641
1641
 
1642
- declare interface PredictAllSpectraOptions {
1642
+ export declare interface PredictAllSpectraOptions {
1643
1643
  logger?: Logger;
1644
1644
  prediction?: PredictAllOptions;
1645
1645
  simulation?: SimulationOptions;