@hmiproject/helio-sdk
    Preparing search index...

    Type Alias DataVariableDisplayRange

    type DataVariableDisplayRange = {
        lowerBound: RangeBound;
        status: DataVariableStatus;
        upperBound: RangeBound;
    }
    Index

    Properties

    lowerBound: RangeBound
    status: DataVariableStatus
    upperBound: RangeBound