Describes a target unit for a property.

interface TargetUnit {
    property: string;
    unit: UnitReference | UnitSystemReference;
}

Properties

Properties

property: string

The external id of the target unit or unit system to convert to.