import { IUnitOfMeasureSystem } from "../engine/unit_of_measure_system"; /** * The placeholder unit of measure for a diagnostic that does not have any specific * unit. */ export interface IUnitOfMeasureNone extends IUnitOfMeasureSystem { } //# sourceMappingURL=unit_of_measure_none.d.ts.map