interface IInput {
    data: {
        measure_hash: string;
        series_mode?: null | MetricSeriesMode;
        status?: null | MetricStatus;
        title?: null | string;
        unit?: null | string;
    };
}

Properties

Properties

data: {
    measure_hash: string;
    series_mode?: null | MetricSeriesMode;
    status?: null | MetricStatus;
    title?: null | string;
    unit?: null | string;
}

Type declaration

  • measure_hash: string

    Хеш меры

  • Optional series_mode?: null | MetricSeriesMode

    Режим ряда: скорость или уровень

  • Optional status?: null | MetricStatus

    Статус меры: активна или выключена (архив)

  • Optional title?: null | string

    Название меры

  • Optional unit?: null | string

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