@openhps/core
    Preparing search index...

    Type Alias UnitBasicDefinition

    type UnitBasicDefinition = {
        magnitude?: number;
        offset?: number;
        unit: string;
    }
    Index
    magnitude?: number

    Conversion magnitude This is the magnitude to convert this unit to the target unit.

    offset?: number

    Conversion offset

    unit: string

    Target unit