nmr-processing 21.0.0 → 21.0.1

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.
@@ -573,9 +573,9 @@ declare interface Entry1D {
573
573
  declare interface Entry2D<T extends NmrData2D = NmrData2D> {
574
574
  id?: string;
575
575
  zones: Zones;
576
- info: Record<string, any>;
576
+ info: Info2D;
577
577
  meta?: Record<string, any>;
578
- originalInfo?: Record<string, any>;
578
+ originalInfo?: Info2D;
579
579
  data: T;
580
580
  originalData?: T;
581
581
  filters: Filter2DEntry[];