interface DoubleDatapoint {
    timestamp: Date;
    value: number;
}

Hierarchy (view full)

Properties

Properties

timestamp: Date
value: number