luzapi
    Preparing search index...

    Interface IndicatorResponse

    interface IndicatorResponse {
        indicator?: { values: IndicatorValue[] };
    }
    Index

    Properties

    Properties

    indicator?: { values: IndicatorValue[] }