Interface ICPDilution

interface ICPDilution {
    factor?: number;
    solvent?: string;
}

Properties

Properties

factor?: number
solvent?: string