nmr-processing 22.23.2 → 22.23.4
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.
package/dist/nmr-processing.d.ts
CHANGED
|
@@ -2684,7 +2684,7 @@ export declare function solventSuppression<T extends NMRPeak1D>(peakList: T[], s
|
|
|
2684
2684
|
export declare type SpectraData = SpectraData1D | SpectraData2D;
|
|
2685
2685
|
|
|
2686
2686
|
export declare interface SpectraData1D {
|
|
2687
|
-
id
|
|
2687
|
+
id: string;
|
|
2688
2688
|
ranges: NMRRange[];
|
|
2689
2689
|
info: Info1D;
|
|
2690
2690
|
}
|
|
@@ -2694,7 +2694,7 @@ export declare interface SpectraData1DWithIds extends Omit<SpectraData1D, 'range
|
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
2696
2696
|
export declare interface SpectraData2D {
|
|
2697
|
-
id
|
|
2697
|
+
id: string;
|
|
2698
2698
|
zones: NMRZone[];
|
|
2699
2699
|
/**
|
|
2700
2700
|
* object with information about the spectrum, it is mandatory at the moment
|