nmr-processing 12.4.0 → 12.5.0

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.
@@ -272,6 +272,7 @@ number
272
272
  ] | undefined>;
273
273
 
274
274
  export declare interface DatabaseNMREntry {
275
+ id: string;
275
276
  ocl?: OCLMolecule;
276
277
  smiles?: string;
277
278
  solvent: string;