gsr
    Preparing search index...

    Interface UnitConversionResultNode

    interface UnitConversionResultNode {
        from: string;
        to: string;
        type: "CONVERSION";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    from: string
    to: string
    type: "CONVERSION"