/** * @name DeviceMetricCalibrationType * @description Describes the type of a metric calibration. * @description unspecified | offset | gain | two-point * @see DeviceMetricCalibrationType * @version R4 * @author Claudia Alarcón Lazo */ export type DeviceMetricCalibrationTypeType = 'unspecified' | 'offset' | 'gain' | 'two-point';