interface UnitProperty {
    propertyKey: string;
    unit: UnitType;
}

Hierarchy (view full)

Properties

Properties

propertyKey: string
unit: UnitType