node-anemometer
    Preparing search index...

    Type Alias HistoryDataRecord<T>

    Represents a data record of the history with a timestamp.

    type HistoryDataRecord<T> = {
        timestamp: number;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    timestamp: number
    value: T