cheminfo-types
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "cheminfo-types", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Types for cheminfo packages and cheminfo data schema ", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.d.ts", |
import { Value } from '../core/Value.d'; | ||
export interface ICPDilution { | ||
factor?: number; | ||
solvent?: string; | ||
} | ||
export interface ICPResult { | ||
@@ -7,5 +12,4 @@ element: string; | ||
experimentalConcentration?: Value; | ||
dilutionFactor?: number; | ||
solvent?: string; | ||
dilution?: ICPDilution; | ||
sampleConcentration?: Value; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12275
388