META UI Components
    Preparing search index...

    Interface IUnitValue

    Единица измерения + значение

    interface IUnitValue {
        unit?: IUnit;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    unit?: IUnit
    value: any